From: Hirokazu Takata Date: Fri, 8 Dec 2006 10:35:54 +0000 (-0800) Subject: [PATCH] m32r: make userspace headers platform-independent X-Git-Tag: v2.6.20-rc1~34^2~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b03a632ef673bf1069ac9c96c97ff2830289312;p=pandora-kernel.git [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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed