summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-09-21 18:52:56 +0000
committerneel <neel@FreeBSD.org>2014-09-21 18:52:56 +0000
commit583427618712564b12b1ceb2c8bd3f9dfaae93f0 (patch)
tree9c06aefbd4eea4b4d45b9c37c94cc24d4622e020 /sys/amd64/vmm
parent6a5c27c9b1b117fd6a1d7a478158f19b7f1a4065 (diff)
downloadFreeBSD-src-583427618712564b12b1ceb2c8bd3f9dfaae93f0.zip
FreeBSD-src-583427618712564b12b1ceb2c8bd3f9dfaae93f0.tar.gz
Get rid of unused stat VMM_HLT_IGNORED.
Diffstat (limited to 'sys/amd64/vmm')
-rw-r--r--sys/amd64/vmm/vmm_stat.c1
-rw-r--r--sys/amd64/vmm/vmm_stat.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/vmm/vmm_stat.c b/sys/amd64/vmm/vmm_stat.c
index 9e195f2..9ecf9af 100644
--- a/sys/amd64/vmm/vmm_stat.c
+++ b/sys/amd64/vmm/vmm_stat.c
@@ -152,7 +152,6 @@ VMM_STAT(VCPU_MIGRATIONS, "vcpu migration across host cpus");
VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt");
VMM_STAT(VMEXIT_HLT, "number of times hlt was intercepted");
-VMM_STAT(VMEXIT_HLT_IGNORED, "number of times hlt was ignored");
VMM_STAT(VMEXIT_CR_ACCESS, "number of times %cr access was intercepted");
VMM_STAT(VMEXIT_RDMSR, "number of times rdmsr was intercepted");
VMM_STAT(VMEXIT_WRMSR, "number of times wrmsr was intercepted");
diff --git a/sys/amd64/vmm/vmm_stat.h b/sys/amd64/vmm/vmm_stat.h
index c6d0f0b..1640ba3 100644
--- a/sys/amd64/vmm/vmm_stat.h
+++ b/sys/amd64/vmm/vmm_stat.h
@@ -141,7 +141,6 @@ VMM_STAT_DECLARE(VCPU_MIGRATIONS);
VMM_STAT_DECLARE(VMEXIT_COUNT);
VMM_STAT_DECLARE(VMEXIT_EXTINT);
VMM_STAT_DECLARE(VMEXIT_HLT);
-VMM_STAT_DECLARE(VMEXIT_HLT_IGNORED);
VMM_STAT_DECLARE(VMEXIT_CR_ACCESS);
VMM_STAT_DECLARE(VMEXIT_RDMSR);
VMM_STAT_DECLARE(VMEXIT_WRMSR);
OpenPOWER on IntegriCloud