]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] m32r: make userspace headers platform-independent
authorHirokazu Takata <takata@linux-m32r.org>
Fri, 8 Dec 2006 10:35:54 +0000 (02:35 -0800)
committerChris Wright <chrisw@sous-sol.org>
Mon, 11 Dec 2006 19:32:40 +0000 (11:32 -0800)
commita10457ccb7a459c86a94c46680c69afbf5608f49
treed46feefd2cf404011af3523e584e1bcfd61fef0a
parenta3956ef72c8d27e4b6a854afd45ae6cc9c6fa5e4
[PATCH] m32r: make userspace headers platform-independent

The m32r kernel 2.6.18-rc1 or after cause build errors of "unknown isa
configuration" for userspace application programs, such as glibc, gdb, etc.

This is because the recent kernel do not include linux/config.h not to expose
kernel headers for userspace.

To fix the above compile errors, this patch fixes two headers ptrace.h and
sigcontext.h for m32r and makes them platform-independent.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
arch/m32r/kernel/entry.S
include/asm-m32r/ptrace.h
include/asm-m32r/sigcontext.h