diff options
| author | Naveen Ramaraj <nramaraj@codeaurora.org> | 2015-08-13 20:22:25 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-05-03 15:01:05 +0200 |
| commit | 1753cb4bee86bc058ebf2129c9ccb7f617a0d95b (patch) | |
| tree | 833e51cb801d3c1fbbce87f8289806bcbea79ce9 /arch/um/include | |
| parent | 521b95143873be640d0bef162ab9b6058b0db320 (diff) | |
um: Kbuild: Add back generic barrier.h
This is needed for building nettest on ARCH=um
This fixes multiple instances of
"error: implicit declaration of function smp_mb__after_atomic()"
for various kernel headers.
Change-Id: Icd9db5088a4c38909eaa0b9e789706d17abf1e42
Signed-off-by: Naveen Ramaraj <nramaraj@codeaurora.org>
Diffstat (limited to 'arch/um/include')
| -rw-r--r-- | arch/um/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/asm/Kbuild b/arch/um/include/asm/Kbuild index b30f34a79..907c7cb4b 100644 --- a/arch/um/include/asm/Kbuild +++ b/arch/um/include/asm/Kbuild @@ -3,3 +3,4 @@ generic-y += hw_irq.h irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h generic-y += ftrace.h pci.h io.h param.h delay.h mutex.h current.h exec.h generic-y += switch_to.h clkdev.h generic-y += trace_clock.h +generic-y += barrier.h |
