From d0039ee2cf0f8e40d536d4f57fad8d221e152aa8 Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 13 Jun 2012 22:53:56 +0000 Subject: - Remove unused code for CR3 and CR4. - Fix few style(9) nits while I am here. --- sys/amd64/amd64/mp_machdep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/amd64/amd64/mp_machdep.c') 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); -- cgit v1.1