[PATCH] arch/powerpc/kernel/syscalls.c __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Родитель
81f0a91e8f
Коммит
ebbd1bce79
|
@ -247,7 +247,7 @@ long ppc64_personality(unsigned long personality)
|
||||||
#define OVERRIDE_MACHINE 0
|
#define OVERRIDE_MACHINE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline int override_machine(char *mach)
|
static inline int override_machine(char __user *mach)
|
||||||
{
|
{
|
||||||
if (OVERRIDE_MACHINE) {
|
if (OVERRIDE_MACHINE) {
|
||||||
/* change ppc64 to ppc */
|
/* change ppc64 to ppc */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче