From: Sam Ravnborg Date: Sun, 9 May 2010 06:52:31 +0000 (+0200) Subject: powerpc: Fix userspace build of ptrace.h X-Git-Tag: v2.6.35-rc5~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf23690b89b731468478c21eb07bbb645cc66ead;p=pandora-kernel.git powerpc: Fix userspace build of ptrace.h Build of ptrace.h failed for assembly because it pulls in stdint.h. Use exportable types (__u32, __u64) to avoid the dependency on stdint.h. Signed-off-by: Sam Ravnborg Cc: Andrey Volkov Cc: Dave Kleikamp Cc: Benjamin Herrenschmidt Acked-by: Dave Kleikamp Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed