diff options
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-nmi.c')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-nmi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/sgi-ip27/ip27-nmi.c b/arch/mips/sgi-ip27/ip27-nmi.c index 005c29ed419a..a2358b44420c 100644 --- a/arch/mips/sgi-ip27/ip27-nmi.c +++ b/arch/mips/sgi-ip27/ip27-nmi.c | |||
@@ -54,7 +54,7 @@ void install_cpu_nmi_handler(int slice) | |||
54 | void nmi_cpu_eframe_save(nasid_t nasid, int slice) | 54 | void nmi_cpu_eframe_save(nasid_t nasid, int slice) |
55 | { | 55 | { |
56 | struct reg_struct *nr; | 56 | struct reg_struct *nr; |
57 | int i; | 57 | int i; |
58 | 58 | ||
59 | /* Get the pointer to the current cpu's register set. */ | 59 | /* Get the pointer to the current cpu's register set. */ |
60 | nr = (struct reg_struct *) | 60 | nr = (struct reg_struct *) |
@@ -86,12 +86,12 @@ void nmi_cpu_eframe_save(nasid_t nasid, int slice) | |||
86 | printk("%s\n", print_tainted()); | 86 | printk("%s\n", print_tainted()); |
87 | printk("ErrEPC: %016lx %pS\n", nr->error_epc, (void *) nr->error_epc); | 87 | printk("ErrEPC: %016lx %pS\n", nr->error_epc, (void *) nr->error_epc); |
88 | printk("ra : %016lx %pS\n", nr->gpr[31], (void *) nr->gpr[31]); | 88 | printk("ra : %016lx %pS\n", nr->gpr[31], (void *) nr->gpr[31]); |
89 | printk("Status: %08lx ", nr->sr); | 89 | printk("Status: %08lx ", nr->sr); |
90 | 90 | ||
91 | if (nr->sr & ST0_KX) | 91 | if (nr->sr & ST0_KX) |
92 | printk("KX "); | 92 | printk("KX "); |
93 | if (nr->sr & ST0_SX) | 93 | if (nr->sr & ST0_SX) |
94 | printk("SX "); | 94 | printk("SX "); |
95 | if (nr->sr & ST0_UX) | 95 | if (nr->sr & ST0_UX) |
96 | printk("UX "); | 96 | printk("UX "); |
97 | 97 | ||