diff --git a/[refs] b/[refs] index 8b7c9c150055..d858adf843e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26a51b270f6d87674b713705ba9533440ca41b6c +refs/heads/master: 16033d6104f1704bea19ca2684b1c97731479048 diff --git a/trunk/arch/mips/mm/fault.c b/trunk/arch/mips/mm/fault.c index 345a4d6ec20f..0eb43151f10a 100644 --- a/trunk/arch/mips/mm/fault.c +++ b/trunk/arch/mips/mm/fault.c @@ -25,6 +25,7 @@ #include #include #include +#include /* For VMALLOC_END */ /* * This routine handles page faults. It determines the address, @@ -57,7 +58,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long write, * only copy the information from the master page table, * nothing more. */ - if (unlikely(address >= VMALLOC_START)) + if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) goto vmalloc_fault; /*