[PATCH] arch/powerpc/kernel/syscalls.c __user annotations

From: Al Viro
Date: Thu Dec 15 2005 - 04:20:21 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>


---

arch/powerpc/kernel/syscalls.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

1d7fd4a3b28ba2cdcc4d66bf03f16be74330d1d2
diff --git a/arch/powerpc/kernel/syscalls.c b/arch/powerpc/kernel/syscalls.c
index f72ced1..91b93d9 100644
--- a/arch/powerpc/kernel/syscalls.c
+++ b/arch/powerpc/kernel/syscalls.c
@@ -247,7 +247,7 @@ long ppc64_personality(unsigned long per
#define OVERRIDE_MACHINE 0
#endif

-static inline int override_machine(char *mach)
+static inline int override_machine(char __user *mach)
{
if (OVERRIDE_MACHINE) {
/* change ppc64 to ppc */
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/