mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 17:50:52 +07:00
e035cc35e5
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 <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
12 lines
433 B
NASM
12 lines
433 B
NASM
unifdef-y += a.out.h auxvec.h byteorder.h errno.h fcntl.h ioctl.h \
|
|
ioctls.h ipcbuf.h mman.h msgbuf.h param.h poll.h \
|
|
posix_types.h ptrace.h resource.h sembuf.h shmbuf.h shmparam.h \
|
|
sigcontext.h siginfo.h signal.h socket.h sockios.h stat.h \
|
|
statfs.h termbits.h termios.h timex.h types.h unistd.h user.h
|
|
|
|
# These really shouldn't be exported
|
|
unifdef-y += io.h
|
|
|
|
# These probably shouldn't be exported
|
|
unifdef-y += elf.h page.h
|