summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-10-24 21:02:26 +0000
committerjhb <jhb@FreeBSD.org>2003-10-24 21:02:26 +0000
commitc22f9db53f104c1326bf4a9e159fe30e2fa45b93 (patch)
tree7d4b7162add1c7b850963067fc7a6cd9e1001e17 /sys/i386/include/mptable.h
parent590951621b899832636bf5937c6dd5025f2cdbf2 (diff)
downloadFreeBSD-src-c22f9db53f104c1326bf4a9e159fe30e2fa45b93.zip
FreeBSD-src-c22f9db53f104c1326bf4a9e159fe30e2fa45b93.tar.gz
A few whitespace and comment tweaks.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index fe150ff..deb79a7 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -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
OpenPOWER on IntegriCloud