From c3a27a2cf59fb777e16c6f90163a13c41e4c3509 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 23 Aug 2008 23:44:45 +0000 Subject: [PATCH] White space nit. --- sys/mips/mips/mp_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/mips/mp_machdep.c b/sys/mips/mips/mp_machdep.c index 897ab07845d3..1a7e27265be0 100644 --- a/sys/mips/mips/mp_machdep.c +++ b/sys/mips/mips/mp_machdep.c @@ -160,7 +160,7 @@ smp_handle_ipi(struct trapframe *frame) } } return CR_INT_IPI; - } +} void cpu_mp_setmaxid(void)