Skip to content
Snippets Groups Projects
Commit ebbd1bce authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

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


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 81f0a91e
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ long ppc64_personality(unsigned long personality)
#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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment