public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH] Fix 32bit build on 2.6.17.10
Date: Fri, 08 Dec 2006 11:57:36 -0600	[thread overview]
Message-ID: <4579A790.8050008@codemonkey.ws> (raw)

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

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

[-- Attachment #2: kvm-32bit-build.diff --]
[-- Type: text/x-patch, Size: 612 bytes --]

# 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 <anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>

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 <linux/mm.h>
 #include <linux/highmem.h>
 #include <asm/io.h>
+#include <asm/desc.h>
 
 #include "segment_descriptor.h"
 

[-- Attachment #3: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #4: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

             reply	other threads:[~2006-12-08 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08 17:57 Anthony Liguori [this message]
     [not found] ` <4579A790.8050008-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2006-12-10  9:20   ` [PATCH] Fix 32bit build on 2.6.17.10 Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4579A790.8050008@codemonkey.ws \
    --to=anthony-rdkfgonbjusknkdkm+me6a@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox