Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/include switch from xen3-public to xen-public.
details: https://anonhg.NetBSD.org/src/rev/69cf14a5a26d
branches: trunk
changeset: 771903:69cf14a5a26d
user: cegger <cegger%NetBSD.org@localhost>
date: Wed Dec 07 16:01:39 2011 +0000
description:
switch from xen3-public to xen-public.
diffstat:
sys/arch/xen/include/amd64/hypercalls.h | 4 ++--
sys/arch/xen/include/i386/hypercalls.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 39525db093a5 -r 69cf14a5a26d sys/arch/xen/include/amd64/hypercalls.h
--- a/sys/arch/xen/include/amd64/hypercalls.h Wed Dec 07 15:47:41 2011 +0000
+++ b/sys/arch/xen/include/amd64/hypercalls.h Wed Dec 07 16:01:39 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hypercalls.h,v 1.7 2011/12/07 15:47:42 cegger Exp $ */
+/* $NetBSD: hypercalls.h,v 1.8 2011/12/07 16:01:39 cegger Exp $ */
/******************************************************************************
* hypercall.h
*
@@ -399,7 +399,7 @@
}
#endif /* __XEN_INTERFACE_VERSION__ */
-#include <xen/xen3-public/arch-x86/xen-mca.h>
+#include <xen/xen-public/arch-x86/xen-mca.h>
static inline int
HYPERVISOR_machine_check(struct xen_mc *mc)
diff -r 39525db093a5 -r 69cf14a5a26d sys/arch/xen/include/i386/hypercalls.h
--- a/sys/arch/xen/include/i386/hypercalls.h Wed Dec 07 15:47:41 2011 +0000
+++ b/sys/arch/xen/include/i386/hypercalls.h Wed Dec 07 16:01:39 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hypercalls.h,v 1.13 2011/12/07 15:47:42 cegger Exp $ */
+/* $NetBSD: hypercalls.h,v 1.14 2011/12/07 16:01:39 cegger Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -173,7 +173,7 @@
return ret;
}
-#include <xen/xen3-public/arch-x86/xen-mca.h>
+#include <xen/xen-public/arch-x86/xen-mca.h>
static __inline int
HYPERVISOR_machine_check(struct xen_mc *mc)
Home |
Main Index |
Thread Index |
Old Index