Doesn't do anthing anyway.
Signed-off-by: Avi Kivity <[email protected]>
---
kvm/user/test/x86/access.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kvm/user/test/x86/access.c b/kvm/user/test/x86/access.c
index 272a4ef..5eadff8 100644
--- a/kvm/user/test/x86/access.c
+++ b/kvm/user/test/x86/access.c
@@ -1,6 +1,7 @@
#include "libcflat.h"
-#include "smp.h"
+
+#define smp_id() 0
#define true 1
#define false 0
@@ -598,7 +599,6 @@ int main()
int r;
printf("starting test\n\n");
- smp_init((void(*)(void))ac_test_run);
r = ac_test_run();
return r ? 0 : 1;
}
--
1.6.1.1
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html