From fb79192cce2b536913cbaeba392acf00eb222e2c Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 10 Jul 2003 01:02:59 +0000 Subject: unifdef -DLAZY_SWITCH and start to tidy up the associated glue. --- sys/i386/include/mptable.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/i386/include/mptable.h') diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 9701476..c212ca7 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$"); #include "opt_cpu.h" #include "opt_kstack_pages.h" -#include "opt_swtch.h" #ifdef SMP #include @@ -644,11 +643,9 @@ mp_enable(u_int boot_addr) setidt(XSTATCLOCK_OFFSET, Xstatclock, SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); -#ifdef LAZY_SWITCH /* install an inter-CPU IPI for lazy pmap release */ setidt(XLAZYPMAP_OFFSET, Xlazypmap, SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); -#endif /* install an inter-CPU IPI for all-CPU rendezvous */ setidt(XRENDEZVOUS_OFFSET, Xrendezvous, -- cgit v1.1