From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH] Fix 32bit build on 2.6.17.10 Date: Fri, 08 Dec 2006 11:57:36 -0600 Message-ID: <4579A790.8050008@codemonkey.ws> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090707000809080106060809" Return-path: To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org This is a multi-part message in MIME format. --------------090707000809080106060809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit When building as a module on Ubuntu Edgy, I get a compile error due to load_TR_desc being undefined in vmx.o. This patch adds the appropriate include. Regards, Anthony Liguori --------------090707000809080106060809 Content-Type: text/x-patch; name="kvm-32bit-build.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kvm-32bit-build.diff" # HG changeset patch # User anthony@rhesus # Date 1165600531 21600 # Node ID c70bb221991719f75904e7734789463a4ab26c23 # Parent 19eeefbb8205848deef5265931d22722e976c962 Fix 32 build on 2.6.17-10-generic (load_TR_desc undefined). Signed-off-by: Anthony Liguori diff -r 19eeefbb8205 -r c70bb2219917 kernel/vmx.c --- a/kernel/vmx.c Wed Dec 06 09:11:45 2006 +0000 +++ b/kernel/vmx.c Fri Dec 08 11:55:31 2006 -0600 @@ -22,6 +22,7 @@ #include #include #include +#include #include "segment_descriptor.h" --------------090707000809080106060809 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV --------------090707000809080106060809 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel --------------090707000809080106060809--