f22ab814a2
This patch contains the following cleanups for the asm/ptrace.h userspace headers: - include/asm-generic/Kbuild.asm already lists ptrace.h, remove the superfluous listings in the Kbuild files of the following architectures: - cris - frv - powerpc - x86 - don't expose function prototypes and macros to userspace: - arm - blackfin - cris - mn10300 - parisc - remove #ifdef CONFIG_'s around #define's: - blackfin - m68knommu - sh: AFAIK __SH5__ should work in both kernel and userspace, no need to leak CONFIG_SUPERH64 to userspace - xtensa: cosmetical change to remove empty #ifndef __ASSEMBLY__ #else #endif from the userspace headers Not changed by this patch is the fact that the following architectures have a different struct pt_regs depending on CONFIG_ variables: - h8300 - m68knommu - mips This does not work in userspace. Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: <linux-arch@vger.kernel.org> Cc: Roland McGrath <roland@redhat.com> Cc: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Grant Grundler <grundler@parisc-linux.org> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Chris Zankel <chris@zankel.net> Acked-by: David Howells <dhowells@redhat.com> Acked-by: Paul Mackerras <paulus@samba.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
37 lines
780 B
Makefile
37 lines
780 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += auxvec.h
|
|
header-y += ioctls.h
|
|
header-y += sembuf.h
|
|
header-y += siginfo.h
|
|
header-y += stat.h
|
|
header-y += errno.h
|
|
header-y += ipcbuf.h
|
|
header-y += msgbuf.h
|
|
header-y += shmbuf.h
|
|
header-y += socket.h
|
|
header-y += termbits.h
|
|
header-y += fcntl.h
|
|
header-y += poll.h
|
|
header-y += sockios.h
|
|
header-y += ucontext.h
|
|
header-y += ioctl.h
|
|
header-y += linkage.h
|
|
header-y += resource.h
|
|
header-y += sigcontext.h
|
|
header-y += statfs.h
|
|
header-y += ps3fb.h
|
|
|
|
unifdef-y += bootx.h
|
|
unifdef-y += byteorder.h
|
|
unifdef-y += cputable.h
|
|
unifdef-y += elf.h
|
|
unifdef-y += nvram.h
|
|
unifdef-y += param.h
|
|
unifdef-y += posix_types.h
|
|
unifdef-y += seccomp.h
|
|
unifdef-y += signal.h
|
|
unifdef-y += spu_info.h
|
|
unifdef-y += termios.h
|
|
unifdef-y += types.h
|
|
unifdef-y += unistd.h
|