summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-04-30 23:02:17 +0000
committerattilio <attilio@FreeBSD.org>2011-04-30 23:02:17 +0000
commit05a159a130624404fd72473d6a0b3fc99176ea86 (patch)
treea0ff2d3b1304d4a213fbd3bf1bbb417d791dd5b4 /sys/i386/include/smp.h
parent3fcaa270bf26cf5b7b13f23688accabede67dd29 (diff)
downloadFreeBSD-src-05a159a130624404fd72473d6a0b3fc99176ea86.zip
FreeBSD-src-05a159a130624404fd72473d6a0b3fc99176ea86.tar.gz
Remove the support for lazy cr3 switching from i386.
amd64 has already this micro-optimization removed. Submitted by: kib
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index d364cd9..b512e00 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/include/smp.h
@@ -42,7 +42,6 @@ extern u_long *ipi_invlrng_counts[MAXCPU];
extern u_long *ipi_invlpg_counts[MAXCPU];
extern u_long *ipi_invlcache_counts[MAXCPU];
extern u_long *ipi_rendezvous_counts[MAXCPU];
-extern u_long *ipi_lazypmap_counts[MAXCPU];
#endif
/* IPI handlers */
@@ -53,8 +52,7 @@ inthand_t
IDTVEC(invlcache), /* Write back and invalidate cache */
IDTVEC(ipi_intr_bitmap_handler), /* Bitmap based IPIs */
IDTVEC(cpustop), /* CPU stops & waits to be restarted */
- IDTVEC(rendezvous), /* handle CPU rendezvous */
- IDTVEC(lazypmap); /* handle lazy pmap release */
+ IDTVEC(rendezvous); /* handle CPU rendezvous */
/* functions in mp_machdep.c */
void cpu_add(u_int apic_id, char boot_cpu);
OpenPOWER on IntegriCloud