* [PATCH] Fix x86-64 test complication for libcflat patch series
@ 2008-07-05 17:51 ` Jerone Young
0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread
* [PATCH] Fix x86-64 test complication for libcflat patch series
@ 2008-07-05 17:51 ` Jerone Young
0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread
end of thread, other threads:[~2008-07-05 17:51 UTC | newest]
Thread overview: 2+ messages (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
2008-07-05 17:51 ` Jerone Young
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.