diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-02 18:34:20 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-02 18:34:20 -0700 |
commit | 76c584bb86bcd0398f38cc3653c49412a65dd640 (patch) | |
tree | 16a7b91a40b2e9bffd04c23edcbcf4ef3f772a68 /kvm_x86host.h | |
parent | b2ebb7abb694a41b25485941c83f01e1b975f958 (diff) | |
download | illumos-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.h | 1 |
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 */ |