diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 31b204b26ba0..b417e2727050 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -1276,7 +1276,7 @@ unsigned long vi_handlers[64]; | |||
1276 | * to interrupt handlers in the address range from | 1276 | * to interrupt handlers in the address range from |
1277 | * KSEG0 <= x < KSEG0 + 256mb on the Nevada. Oh well ... | 1277 | * KSEG0 <= x < KSEG0 + 256mb on the Nevada. Oh well ... |
1278 | */ | 1278 | */ |
1279 | void *set_except_vector(int n, void *addr) | 1279 | void __init *set_except_vector(int n, void *addr) |
1280 | { | 1280 | { |
1281 | unsigned long handler = (unsigned long) addr; | 1281 | unsigned long handler = (unsigned long) addr; |
1282 | unsigned long old_handler = exception_handlers[n]; | 1282 | unsigned long old_handler = exception_handlers[n]; |