aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/mp_machdep.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-10-24 21:02:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-10-24 21:02:26 +0000
commit07930cce05e6d1d98f22eec0875b17a2b5e234c0 (patch)
tree7d4b7162add1c7b850963067fc7a6cd9e1001e17 /sys/i386/i386/mp_machdep.c
parentfe38ebca56b3d7b4ad533821b5b008ab93570f5a (diff)
downloadsrc-07930cce05e6d1d98f22eec0875b17a2b5e234c0.tar.gz
src-07930cce05e6d1d98f22eec0875b17a2b5e234c0.zip
A few whitespace and comment tweaks.
Notes
Notes: svn path=/head/; revision=121481
Diffstat (limited to 'sys/i386/i386/mp_machdep.c')
-rw-r--r--sys/i386/i386/mp_machdep.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index fe150ffba992..deb79a722b53 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -2160,7 +2160,7 @@ start_all_aps(u_int boot_addr)
/*
* Set up the idle context for the BSP. Similar to above except
* that some was done by locore, some by pmap.c and some is implicit
- * because the BSP is cpu#0 and the page is initially zero, and also
+ * because the BSP is cpu#0 and the page is initially zero and also
* because we can refer to variables by name on the BSP..
*/
@@ -2177,7 +2177,6 @@ start_all_aps(u_int boot_addr)
return mp_ncpus - 1;
}
-
/*
* load the 1st level AP boot code into base memory.
*/
@@ -2237,12 +2236,11 @@ install_ap_tramp(u_int boot_addr)
*dst8 = ((u_int) boot_addr >> 16) & 0xff;
}
-
/*
- * this function starts the AP (application processor) identified
+ * This function starts the AP (application processor) identified
* by the APIC ID 'physicalCpu'. It does quite a "song and dance"
* to accomplish this. This is necessary because of the nuances
- * of the different hardware we might encounter. It ain't pretty,
+ * of the different hardware we might encounter. It isn't pretty,
* but it seems to work.
*/
static int
@@ -2784,7 +2782,6 @@ release_aps(void *dummy __unused)
ia32_pause();
mtx_unlock_spin(&sched_lock);
}
-
SYSINIT(start_aps, SI_SUB_SMP, SI_ORDER_FIRST, release_aps, NULL);
static int