x86, vdso: Reimplement vdso.so preparation in build-time C
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / mmu.h
index 5f55e69627692f9a353355bbb426ef8bf73fc44c..876e74e8eec76696b5523210292e71e1c861d5f6 100644 (file)
@@ -18,7 +18,7 @@ typedef struct {
 #endif
 
        struct mutex lock;
-       void *vdso;
+       void __user *vdso;
 } mm_context_t;
 
 #ifdef CONFIG_SMP