summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mp_machdep.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-06-13 22:53:56 +0000
committerjkim <jkim@FreeBSD.org>2012-06-13 22:53:56 +0000
commitd0039ee2cf0f8e40d536d4f57fad8d221e152aa8 (patch)
treef90f07af9dcf9fce8852f9747a65291bae3c4a75 /sys/amd64/amd64/mp_machdep.c
parent0ca632f7e9e457afd6f19baf33eb7cb22413134d (diff)
downloadFreeBSD-src-d0039ee2cf0f8e40d536d4f57fad8d221e152aa8.zip
FreeBSD-src-d0039ee2cf0f8e40d536d4f57fad8d221e152aa8.tar.gz
- Remove unused code for CR3 and CR4.
- Fix few style(9) nits while I am here.
Diffstat (limited to 'sys/amd64/amd64/mp_machdep.c')
-rw-r--r--sys/amd64/amd64/mp_machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 2fbd9a4..aa8d217 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -1429,9 +1429,6 @@ cpususpend_handler(void)
CPU_SET_ATOMIC(cpu, &suspended_cpus);
} else {
pmap_init_pat();
-#if 0
- load_cr3(susppcbs[cpu]->pcb_cr3);
-#endif
initializecpu();
PCPU_SET(switchtime, 0);
PCPU_SET(switchticks, ticks);
OpenPOWER on IntegriCloud