* [PATCH] Fix 32bit build on 2.6.17.10
@ 2006-12-08 17:57 Anthony Liguori
[not found] ` <4579A790.8050008-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Liguori @ 2006-12-08 17:57 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-10 9:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 17:57 [PATCH] Fix 32bit build on 2.6.17.10 Anthony Liguori
[not found] ` <4579A790.8050008-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2006-12-10 9:20 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox