summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-01-22 18:18:45 +0000
committerjhb <jhb@FreeBSD.org>2003-01-22 18:18:45 +0000
commit466b3593e83286af3e81f7c6d1c4292c8f1fb659 (patch)
tree2803ff4aae708322e5564dc6546d4825bbf974c5 /sys/i386/include/mptable.h
parentc0c74b0e194a0419f131b14ddb1f20a7a3e2bd0c (diff)
downloadFreeBSD-src-466b3593e83286af3e81f7c6d1c4292c8f1fb659.zip
FreeBSD-src-466b3593e83286af3e81f7c6d1c4292c8f1fb659.tar.gz
- Move enable_sse()'s prototype to machine/md_var.h.
- Sort definition of cpu_* variables appropriately. - Move cpu_fxsr out of the magic non-BSS set of variables and stick it in the BSS along with hw_instruction_sse (make the latter static as well). Submitted by: bde (partially)
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 599f182..39d10d6 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -2523,8 +2523,6 @@ smp_masked_invlpg_range(u_int mask, vm_offset_t addr1, vm_offset_t addr2)
* This is called once the rest of the system is up and running and we're
* ready to let the AP's out of the pen.
*/
-extern void enable_sse(void);
-
void
ap_init(void)
{
OpenPOWER on IntegriCloud