From: David Woodhouse Date: Fri, 14 Jul 2006 07:24:07 +0000 (-0700) Subject: [PATCH] hdrinstall: remove asm/atomic.h from user visibility X-Git-Tag: v2.6.18-rc2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e035cc35e54230eb704ee7feccf476ed2fb2ae29;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed