Mailing List Archive

missing right parenthesis
ChangeSet 1.1445.1.1, 2005/05/18 14:33:31+01:00, vh249@arcadians.cl.cam.ac.uk

missing right parenthesis

Signed-off-by: Vincent Hanquez <vincent@xensource.com>



machdep.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/netbsd-2.0-xen-sparse/sys/arch/xen/i386/machdep.c b/netbsd-2.0-xen-sparse/sys/arch/xen/i386/machdep.c
--- a/netbsd-2.0-xen-sparse/sys/arch/xen/i386/machdep.c 2005-05-18 10:08:01 -04:00
+++ b/netbsd-2.0-xen-sparse/sys/arch/xen/i386/machdep.c 2005-05-18 10:08:01 -04:00
@@ -1430,7 +1430,7 @@
pmap_kenter_pa((vaddr_t)gdt, (uint32_t)gdt - KERNBASE,
VM_PROT_READ);
XENPRINTK(("loading gdt %lx, %d entries\n", frames[0] << PAGE_SHIFT,
- NGDT);
+ NGDT));
if (HYPERVISOR_set_gdt(frames, NGDT))
panic("HYPERVISOR_set_gdt failed!\n");
lgdt_finish();

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog