summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mp_machdep.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2011-03-27 16:18:51 +0000
committeralc <alc@FreeBSD.org>2011-03-27 16:18:51 +0000
commit79f5bd9d163ed51b54be37305ac97c975667db20 (patch)
tree50ca88c0b0293fa5bc1999f703b85e5c67813841 /sys/amd64/amd64/mp_machdep.c
parent87a36222180442576bb5aceb6a826e5f2c4a6ad0 (diff)
downloadFreeBSD-src-79f5bd9d163ed51b54be37305ac97c975667db20.zip
FreeBSD-src-79f5bd9d163ed51b54be37305ac97c975667db20.tar.gz
Amd64 doesn't have a lazypmap ipi.
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 c3dd7ee..8e8dc67 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -116,7 +116,6 @@ u_long *ipi_invlrng_counts[MAXCPU];
u_long *ipi_invlpg_counts[MAXCPU];
u_long *ipi_invlcache_counts[MAXCPU];
u_long *ipi_rendezvous_counts[MAXCPU];
-u_long *ipi_lazypmap_counts[MAXCPU];
static u_long *ipi_hardclock_counts[MAXCPU];
#endif
@@ -1620,8 +1619,6 @@ mp_ipi_intrcnt(void *dummy)
intrcnt_add(buf, &ipi_ast_counts[i]);
snprintf(buf, sizeof(buf), "cpu%d:rendezvous", i);
intrcnt_add(buf, &ipi_rendezvous_counts[i]);
- snprintf(buf, sizeof(buf), "cpu%d:lazypmap", i);
- intrcnt_add(buf, &ipi_lazypmap_counts[i]);
snprintf(buf, sizeof(buf), "cpu%d:hardclock", i);
intrcnt_add(buf, &ipi_hardclock_counts[i]);
}
OpenPOWER on IntegriCloud