mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
93ea02bb84
We're going to be adding a few new barrier primitives, and in order to avoid endless duplication make more agressive use of asm-generic/barrier.h. Change the asm-generic/barrier.h such that it allows partial barrier definitions and fills out the rest with defaults. There are a few architectures (m32r, m68k) that could probably do away with their barrier.h file entirely but are kept for now due to their unconventional nop() implementation. Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Michael Ellerman <michael@ellerman.id.au> Cc: Michael Neuling <mikey@neuling.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: Victor Kaplansky <VICTORK@il.ibm.com> Cc: Tony Luck <tony.luck@intel.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> Link: http://lkml.kernel.org/r/20131213150640.846368594@infradead.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
generic-y += auxvec.h
|
|
generic-y += bugs.h
|
|
generic-y += bitsperlong.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += fcntl.h
|
|
generic-y += fb.h
|
|
generic-y += ftrace.h
|
|
generic-y += hardirq.h
|
|
generic-y += hw_irq.h
|
|
generic-y += ioctl.h
|
|
generic-y += ioctls.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mman.h
|
|
generic-y += msgbuf.h
|
|
generic-y += param.h
|
|
generic-y += parport.h
|
|
generic-y += pci.h
|
|
generic-y += percpu.h
|
|
generic-y += poll.h
|
|
generic-y += posix_types.h
|
|
generic-y += resource.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sembuf.h
|
|
generic-y += shmbuf.h
|
|
generic-y += siginfo.h
|
|
generic-y += socket.h
|
|
generic-y += sockios.h
|
|
generic-y += stat.h
|
|
generic-y += statfs.h
|
|
generic-y += termbits.h
|
|
generic-y += termios.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += types.h
|
|
generic-y += ucontext.h
|
|
generic-y += user.h
|
|
generic-y += vga.h
|
|
generic-y += xor.h
|
|
generic-y += preempt.h
|
|
generic-y += barrier.h
|