summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-12-23 20:35:51 +0000
committerjhb <jhb@FreeBSD.org>2004-12-23 20:35:51 +0000
commit59abe64294440bcd98e9b525e9a7ff41300ff011 (patch)
tree94baa4c630f284229ff9e80a5c96a6133519851c /sys/i386
parent1666faecb2d9595770f6f36942ae1a67abf2b402 (diff)
downloadFreeBSD-src-59abe64294440bcd98e9b525e9a7ff41300ff011.zip
FreeBSD-src-59abe64294440bcd98e9b525e9a7ff41300ff011.tar.gz
Some small style fixes.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/mp_machdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index 814d7c4..863aa30 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -1131,8 +1131,8 @@ forward_hardclock(void)
ipi_selected(map, IPI_HARDCLOCK);
}
-
-void ipi_bitmap_handler(struct clockframe frame)
+void
+ipi_bitmap_handler(struct clockframe frame)
{
int cpu = PCPU_GET(cpuid);
u_int ipi_bitmap;
@@ -1166,7 +1166,6 @@ void ipi_bitmap_handler(struct clockframe frame)
critical_exit();
}
-
/*
* send an IPI to a set of cpus.
*/
OpenPOWER on IntegriCloud