Skip to content

Commit

Permalink
Merge branch 'sh/st-integration' into sh/urgent
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mundt committed Apr 19, 2012
2 parents 932e9f3 + 8d9a784 commit f5bdb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/mm/fault_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static noinline int vmalloc_fault(unsigned long address)
pte_t *pte_k;

/* Make sure we are in vmalloc/module/P3 area: */
if (!(address >= VMALLOC_START && address < P3_ADDR_MAX))
if (!(address >= P3SEG && address < P3_ADDR_MAX))
return -1;

/*
Expand Down

0 comments on commit f5bdb00

Please sign in to comment.