]> Pileus Git - ~andy/linux/blobdiff - arch/unicore32/kernel/process.c
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm...
[~andy/linux] / arch / unicore32 / kernel / process.c
index 1b3f152bb9c5034b27f6eb5f7c1f278699171863..b6f0458c3143187ced10fdde2eb4286548c869b8 100644 (file)
@@ -380,7 +380,7 @@ int vectors_user_mapping(void)
        return install_special_mapping(mm, 0xffff0000, PAGE_SIZE,
                                       VM_READ | VM_EXEC |
                                       VM_MAYREAD | VM_MAYEXEC |
-                                      VM_ALWAYSDUMP | VM_RESERVED,
+                                      VM_RESERVED,
                                       NULL);
 }