diff options
Diffstat (limited to 'arch/alpha/kernel/traps.c')
-rw-r--r-- | arch/alpha/kernel/traps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/kernel/traps.c b/arch/alpha/kernel/traps.c index affccb959a9e..be1fba334bd0 100644 --- a/arch/alpha/kernel/traps.c +++ b/arch/alpha/kernel/traps.c | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | static int opDEC_fix; | 33 | static int opDEC_fix; |
34 | 34 | ||
35 | static void __cpuinit | 35 | static void |
36 | opDEC_check(void) | 36 | opDEC_check(void) |
37 | { | 37 | { |
38 | __asm__ __volatile__ ( | 38 | __asm__ __volatile__ ( |
@@ -1059,7 +1059,7 @@ give_sigbus: | |||
1059 | return; | 1059 | return; |
1060 | } | 1060 | } |
1061 | 1061 | ||
1062 | void __cpuinit | 1062 | void |
1063 | trap_init(void) | 1063 | trap_init(void) |
1064 | { | 1064 | { |
1065 | /* Tell PAL-code what global pointer we want in the kernel. */ | 1065 | /* Tell PAL-code what global pointer we want in the kernel. */ |