diff options
Diffstat (limited to 'arch/sparc/mm/fault_32.c')
-rw-r--r-- | arch/sparc/mm/fault_32.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sparc/mm/fault_32.c b/arch/sparc/mm/fault_32.c index c399e7b3b035..b6c559cbd64d 100644 --- a/arch/sparc/mm/fault_32.c +++ b/arch/sparc/mm/fault_32.c | |||
@@ -303,10 +303,10 @@ no_context: | |||
303 | fixup = search_extables_range(regs->pc, &g2); | 303 | fixup = search_extables_range(regs->pc, &g2); |
304 | /* Values below 10 are reserved for other things */ | 304 | /* Values below 10 are reserved for other things */ |
305 | if (fixup > 10) { | 305 | if (fixup > 10) { |
306 | extern const unsigned __memset_start[]; | 306 | extern const unsigned int __memset_start[]; |
307 | extern const unsigned __memset_end[]; | 307 | extern const unsigned int __memset_end[]; |
308 | extern const unsigned __csum_partial_copy_start[]; | 308 | extern const unsigned int __csum_partial_copy_start[]; |
309 | extern const unsigned __csum_partial_copy_end[]; | 309 | extern const unsigned int __csum_partial_copy_end[]; |
310 | 310 | ||
311 | #ifdef DEBUG_EXCEPTIONS | 311 | #ifdef DEBUG_EXCEPTIONS |
312 | printk("Exception: PC<%08lx> faddr<%08lx>\n", | 312 | printk("Exception: PC<%08lx> faddr<%08lx>\n", |