From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Guthro Subject: [PATCH] [HVM] Fix 64 bit PV-on-HVM driver builds Date: Wed, 06 Jun 2007 12:08:48 -0400 Message-ID: <4666DC10.9020107@virtualiron.com> References: <9392A06CB0FDC847B3A530B3DC174E7B02A95EDB@mse10be1.mse10.exchange.ms> <4666DA1C.4010708@virtualiron.com> <4666DB2C.9000707@virtualiron.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000808000702000509090409" Return-path: In-Reply-To: <4666DB2C.9000707@virtualiron.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------000808000702000509090409 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit xenbus-drivers-64bit-build-fix.patch: allow unmodified drivers to build under 64 bits Signed-off-by: David Lively --------------000808000702000509090409 Content-Type: text/x-patch; name="xenbus-drivers-64bit-build-fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xenbus-drivers-64bit-build-fix.patch" diff -r d4a0706d6747 linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h --- a/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h Tue May 15 15:14:02 2007 +0100 +++ b/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h Thu May 17 15:01:35 2007 -0400 @@ -45,13 +45,15 @@ #include #include #include -#if defined(__i386__) + +#if !defined(CONFIG_XEN) || defined(__i386__) # ifdef CONFIG_X86_PAE # include # else # include # endif #endif + extern shared_info_t *HYPERVISOR_shared_info; --------------000808000702000509090409 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------000808000702000509090409--