projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b46e21
)
um: Add uaccess.h to syscalls_64.c
author
Richard Weinberger
<richard@nod.at>
Mon, 11 May 2015 22:13:05 +0000
(
00:13
+0200)
committer
Richard Weinberger
<richard@nod.at>
Sun, 31 May 2015 15:31:56 +0000
(17:31 +0200)
It's using put_user() and needs this header.
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/syscalls_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/um/syscalls_64.c
b/arch/x86/um/syscalls_64.c
index
adb08eb
..
e655227
100644
(file)
--- a/
arch/x86/um/syscalls_64.c
+++ b/
arch/x86/um/syscalls_64.c
@@
-6,6
+6,7
@@
*/
#include <linux/sched.h>
+#include <linux/uaccess.h>
#include <asm/prctl.h> /* XXX This should get the constants from libc */
#include <os.h>