[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] PV-on-HVM: Fix 64-bit build.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1176361358 -3600 # Node ID 423c4a7b82e67262b973961f24405c80fd030635 # Parent d56692b16296e64c602db6a6f075043ac1000f74 PV-on-HVM: Fix 64-bit build. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -r d56692b16296 -r 423c4a7b82e6 unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h --- a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Wed Apr 11 23:05:07 2007 +0100 +++ b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Thu Apr 12 08:02:38 2007 +0100 @@ -2,8 +2,8 @@ #define COMPAT_INCLUDE_XEN_PLATFORM_COMPAT_H #include <linux/version.h> - #include <linux/spinlock.h> +#include <asm/maddr.h> #if defined(__LINUX_COMPILER_H) && !defined(__always_inline) #define __always_inline inline @@ -98,8 +98,6 @@ extern char *kasprintf(gfp_t gfp, const #if defined(_PAGE_PRESENT) && !defined(_PAGE_NX) #define _PAGE_NX 0 -#endif - /* * This variable at present is referenced by netfront, but only in code that * is dead when running in hvm guests. To detect potential active uses of it @@ -107,5 +105,6 @@ extern char *kasprintf(gfp_t gfp, const * mappings created with it will fault when accessed. */ #define __supported_pte_mask ((maddr_t)0) +#endif #endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |