tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge branch 'sh/st-integration' into sh/urgent
Paul Mundt
14 years ago
f5bdb003
932e9f35
+1
-1
1 changed file
expand all
collapse all
unified
split
arch
sh
mm
fault_32.c
+1
-1
arch/sh/mm/fault_32.c
reviewed
···
86
86
pte_t *pte_k;
87
87
88
88
/* Make sure we are in vmalloc/module/P3 area: */
89
89
-
if (!(address >= VMALLOC_START && address < P3_ADDR_MAX))
89
89
+
if (!(address >= P3SEG && address < P3_ADDR_MAX))
90
90
return -1;
91
91
92
92
/*