diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-04-19 03:01:22 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-04-19 03:01:22 -0400 |
commit | f5bdb003a2ee6df5ab9bfa119df905f949a66b52 (patch) | |
tree | 3c8b799ee7e069fb9befd1ba08ae350ec26a62e2 | |
parent | 932e9f352b5d685725076f21b237f7c7d804b29c (diff) | |
parent | 8d9a784d1e2c75e0dcae06f77a02f5e7bb547f3a (diff) |
Merge branch 'sh/st-integration' into sh/urgent
-rw-r--r-- | arch/sh/mm/fault_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c index 324eef93c900..e99b104d967a 100644 --- a/arch/sh/mm/fault_32.c +++ b/arch/sh/mm/fault_32.c | |||
@@ -86,7 +86,7 @@ static noinline int vmalloc_fault(unsigned long address) | |||
86 | pte_t *pte_k; | 86 | pte_t *pte_k; |
87 | 87 | ||
88 | /* Make sure we are in vmalloc/module/P3 area: */ | 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 | return -1; | 90 | return -1; |
91 | 91 | ||
92 | /* | 92 | /* |