diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 06:59:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:22 -0500 |
commit | 7034228792cc561e79ff8600f02884bd4c80e287 (patch) | |
tree | 89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/sgi-ip27/ip27-nmi.c | |
parent | 405ab01c70e18058d9c01a1256769a61fc65413e (diff) |
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 | ||