summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-08-09 22:29:33 +0000
committerRobert Mustacchi <rm@joyent.com>2011-08-09 22:29:33 +0000
commit9e5869ee0361462beb09936ef2b466a671988eea (patch)
tree659554527b31a482111ecec62525cc56418a6f00 /kvm_host.h
parent2a9ff8dc8d9c433fc5c37c3f29d89853e1ed744d (diff)
downloadillumos-kvm-9e5869ee0361462beb09936ef2b466a671988eea.tar.gz
HVM-589 XXX cleanup wave
Diffstat (limited to 'kvm_host.h')
-rw-r--r--kvm_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kvm_host.h b/kvm_host.h
index 2ca8201..13b6a39 100644
--- a/kvm_host.h
+++ b/kvm_host.h
@@ -464,9 +464,6 @@ extern int kvm_vcpu_is_bsp(struct kvm_vcpu *);
extern void kvm_sigprocmask(int how, sigset_t *, sigset_t *);
-/*
- * XXX Is this really necessary? There really isn't another way to do it?
- */
#define offset_in_page(p) ((unsigned long)(p) & ~PAGEMASK)
#define page_to_pfn(page) (page->p_pagenum)