summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-09 22:35:13 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-09 22:35:13 +0000
commit4ba6edaa94f0b57323bfc4570c085e9da5853b91 (patch)
treec00bdd152539b4ac8ae2bad5ab33629083b04c5d /arch/mips64
parent147f636dd175247f972ac33355538a3eddaeabc6 (diff)
Reformat.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/sgi-ip27/ip27-nmi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-nmi.c b/arch/mips64/sgi-ip27/ip27-nmi.c
index baf8d70fa..8b03918f8 100644
--- a/arch/mips64/sgi-ip27/ip27-nmi.c
+++ b/arch/mips64/sgi-ip27/ip27-nmi.c
@@ -57,10 +57,10 @@ nmi_cpu_eframe_save(nasid_t nasid,
{
int i, numberof_nmi_cpu_regs;
machreg_t *prom_format;
-
+
/* Get the total number of registers being saved by the prom */
numberof_nmi_cpu_regs = sizeof(struct reg_struct) / sizeof(machreg_t);
-
+
/* Get the pointer to the current cpu's register set. */
prom_format =
(machreg_t *)(TO_UNCAC(TO_NODE(nasid, IP27_NMI_KREGS_OFFSET)) +
@@ -166,4 +166,3 @@ cont_nmi_dump(void)
nmi_eframes_save();
LOCAL_HUB_S(NI_PORT_RESET, NPR_PORTRESET | NPR_LOCALRESET);
}
-