Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'sh/st-integration' into sh/urgent

+1 -1
+1 -1
arch/sh/mm/fault_32.c
··· 86 86 pte_t *pte_k; 87 87 88 88 /* Make sure we are in vmalloc/module/P3 area: */ 89 - if (!(address >= VMALLOC_START && address < P3_ADDR_MAX)) 89 + if (!(address >= P3SEG && address < P3_ADDR_MAX)) 90 90 return -1; 91 91 92 92 /*