]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc32: add <linux/compiler.h> to <asm/sigcontext.h>
authorTom Rini <trini@kernel.crashing.org>
Mon, 6 Jun 2005 22:50:08 +0000 (15:50 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 00:02:02 +0000 (17:02 -0700)
commit74262de5d15fe0cab9e6fe75655a502d3c90acca
treefe97a42038552f22215c7d2c13d9c92b7aa3b9bc
parentef130126cc8794f748d7513735ecb4d3d99fa39e
[PATCH] ppc32: add <linux/compiler.h> to <asm/sigcontext.h>

On ppc32, <asm/sigcontext.h> uses __user, but doesn't directly include
<linux/compiler.h>.  This adds that in.  Without this, glibc will not
compile.

Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-ppc/sigcontext.h