]> Git Repo - linux.git/commit
[PATCH] hdrinstall: remove asm/atomic.h from user visibility
authorDavid Woodhouse <[email protected]>
Fri, 14 Jul 2006 07:24:07 +0000 (00:24 -0700)
committerLinus Torvalds <[email protected]>
Sat, 15 Jul 2006 04:53:52 +0000 (21:53 -0700)
commite035cc35e54230eb704ee7feccf476ed2fb2ae29
treee77e630b11359be39c895355b937ce8cf40d6d55
parent998f6fabbf439e6d518dcbaf9191cb533447b57a
[PATCH] hdrinstall: remove asm/atomic.h from user visibility

This isn't suitable for userspace to see -- the kernel headers are not a
random library of stuff for userspace; they're only there to define the
kernel<->user ABI for system libraries and tools.  Anything which _was_
abusing asm/atomic.h from userspace was probably broken anyway -- as it often
didn't even give atomic operation.

Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-generic/Kbuild.asm
This page took 0.054346 seconds and 4 git commands to generate.