From 9e921cf988dec27e70f79bbfff764d7ded991271 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Wed, 24 Sep 2003 21:49:54 +0000 Subject: [PATCH] bitkeeper revision 1.461 (3f721182M0chx1rTeocidCx3jjFA6g) hypervisor-if.h: Fix a comment. --- xen/include/hypervisor-ifs/hypervisor-if.h | 5 ++--- 1 file 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 -- 2.30.2