diff options
Diffstat (limited to 'arch/x86/mm/fault.c')
-rw-r--r-- | arch/x86/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 9c5b32e2bdc0..d973e61e450d 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c | |||
@@ -349,7 +349,7 @@ out: | |||
349 | 349 | ||
350 | void vmalloc_sync_all(void) | 350 | void vmalloc_sync_all(void) |
351 | { | 351 | { |
352 | sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END); | 352 | sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END, 0); |
353 | } | 353 | } |
354 | 354 | ||
355 | /* | 355 | /* |