summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/apicvar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-05-16 22:11:50 +0000
committerpeter <peter@FreeBSD.org>2004-05-16 22:11:50 +0000
commitbe73fb5080c5b41a703ed42590b2a4cb67e1e595 (patch)
tree503f91b843b6bfb3a0c9bc8dfffc840c2cf500a3 /sys/amd64/include/apicvar.h
parent54449ad4e304ed195ced286f0399df738fac6c87 (diff)
downloadFreeBSD-src-be73fb5080c5b41a703ed42590b2a4cb67e1e595.zip
FreeBSD-src-be73fb5080c5b41a703ed42590b2a4cb67e1e595.tar.gz
Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything
to help the AMD cpus (which have a hardware tlb flush filter). I held off to see what the 64 bit Intel cpus did, but it doesn't seem to help much there either. Oh well, store it in the Attic.
Diffstat (limited to 'sys/amd64/include/apicvar.h')
-rw-r--r--sys/amd64/include/apicvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/apicvar.h b/sys/amd64/include/apicvar.h
index f467bc7..30b9a8e 100644
--- a/sys/amd64/include/apicvar.h
+++ b/sys/amd64/include/apicvar.h
@@ -93,7 +93,6 @@
#define IPI_INVLTLB (APIC_IPI_INTS + 1) /* TLB Shootdown IPIs */
#define IPI_INVLPG (APIC_IPI_INTS + 2)
#define IPI_INVLRNG (APIC_IPI_INTS + 3)
-#define IPI_LAZYPMAP (APIC_IPI_INTS + 4) /* Lazy pmap release. */
#define IPI_HARDCLOCK (APIC_IPI_INTS + 8) /* Inter-CPU clock handling. */
#define IPI_STATCLOCK (APIC_IPI_INTS + 9)
#define IPI_RENDEZVOUS (APIC_IPI_INTS + 10) /* Inter-CPU rendezvous. */
OpenPOWER on IntegriCloud