diff options
| -rw-r--r-- | arch/sparc/mm/fault_32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/mm/fault_32.c b/arch/sparc/mm/fault_32.c index a507e1174662..12e447fc8542 100644 --- a/arch/sparc/mm/fault_32.c +++ b/arch/sparc/mm/fault_32.c | |||
| @@ -283,7 +283,8 @@ bad_area_nosemaphore: | |||
| 283 | /* Is this in ex_table? */ | 283 | /* Is this in ex_table? */ |
| 284 | no_context: | 284 | no_context: |
| 285 | g2 = regs->u_regs[UREG_G2]; | 285 | g2 = regs->u_regs[UREG_G2]; |
| 286 | if (!from_user && (fixup = search_extables_range(regs->pc, &g2))) { | 286 | if (!from_user) { |
| 287 | fixup = search_extables_range(regs->pc, &g2); | ||
| 287 | if (fixup > 10) { /* Values below are reserved for other things */ | 288 | if (fixup > 10) { /* Values below are reserved for other things */ |
| 288 | extern const unsigned __memset_start[]; | 289 | extern const unsigned __memset_start[]; |
| 289 | extern const unsigned __memset_end[]; | 290 | extern const unsigned __memset_end[]; |
