summaryrefslogtreecommitdiff
path: root/kvm_x86host.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-02 18:34:20 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-02 18:34:20 -0700
commit76c584bb86bcd0398f38cc3653c49412a65dd640 (patch)
tree16a7b91a40b2e9bffd04c23edcbcf4ef3f772a68 /kvm_x86host.h
parentb2ebb7abb694a41b25485941c83f01e1b975f958 (diff)
downloadillumos-kvm-76c584bb86bcd0398f38cc3653c49412a65dd640.tar.gz
HVM-270 mmu code should be in kvm_mmu.[ch]
Diffstat (limited to 'kvm_x86host.h')
-rw-r--r--kvm_x86host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvm_x86host.h b/kvm_x86host.h
index ef0b3a3..b42375f 100644
--- a/kvm_x86host.h
+++ b/kvm_x86host.h
@@ -47,7 +47,6 @@
0xFFFFFF0000000000ULL)
#define INVALID_PAGE (~(hpa_t)0)
-#define VALID_PAGE(x) ((x) != INVALID_PAGE)
#define UNMAPPED_GVA (~(gpa_t)0)
/* KVM Hugepage definitions for x86 */