aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-09-24 21:49:54 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-09-24 21:49:54 +0000
commit9e921cf988dec27e70f79bbfff764d7ded991271 (patch)
tree9bc458010cb747ed84581746e1342eb3337561f7
parent1c6d2cd89759c2a388e57f72e7ddcb7eb97e102c (diff)
downloadxen-9e921cf988dec27e70f79bbfff764d7ded991271.tar.gz
xen-9e921cf988dec27e70f79bbfff764d7ded991271.tar.bz2
xen-9e921cf988dec27e70f79bbfff764d7ded991271.zip
bitkeeper revision 1.461 (3f721182M0chx1rTeocidCx3jjFA6g)
hypervisor-if.h: Fix a comment.
-rw-r--r--xen/include/hypervisor-ifs/hypervisor-if.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/xen/include/hypervisor-ifs/hypervisor-if.h b/xen/include/hypervisor-ifs/hypervisor-if.h
index 97eebaa014..cb4ea195bd 100644
--- a/xen/include/hypervisor-ifs/hypervisor-if.h
+++ b/xen/include/hypervisor-ifs/hypervisor-if.h
@@ -100,9 +100,8 @@
#define _EVENT_PS2 5
/*
- * Virtual addresses beyond this are not modifiable by guest OSes.
- * The machine->physical mapping table starts at this address, read-only
- * to all domains except DOM0.
+ * Virtual addresses beyond this are not modifiable by guest OSes. The
+ * machine->physical mapping table starts at this address, read-only.
*/
#define HYPERVISOR_VIRT_START (0xFC000000UL)
#ifndef machine_to_phys_mapping