public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix x86-64 test complication for libcflat patch series
@ 2008-07-05 17:51 Jerone Young
  0 siblings, 0 replies; only message in thread
From: Jerone Young @ 2008-07-05 17:51 UTC (permalink / raw)
  To: kvm, Avi Kivity; +Cc: kvm-ppc, hollisb

This patch fixes test case access.c which is compiled only during x86-64
compilation of test cases. 

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>

diff --git a/user/test/x86/access.c b/user/test/x86/access.c
index daeb272..24708c2 100644
--- a/user/test/x86/access.c
+++ b/user/test/x86/access.c
@@ -1,7 +1,6 @@
 
-#include "smp.h"
-#include "printf.h"
-#include "string.h"
+#include <libcflat.h>
+#include <x86/smp.h>
 
 #define true 1
 #define false 0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-05 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 17:51 [PATCH] Fix x86-64 test complication for libcflat patch series Jerone Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox