From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH] Fix x86-64 test complication for libcflat patch series Date: Sat, 05 Jul 2008 12:51:44 -0500 Message-ID: <1215280304.8921.6.camel@thinkpadL> Reply-To: jyoung5@us.ibm.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm-ppc , hollisb To: kvm , Avi Kivity Return-path: Received: from e31.co.us.ibm.com ([32.97.110.149]:50006 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758609AbYGERvt (ORCPT ); Sat, 5 Jul 2008 13:51:49 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This patch fixes test case access.c which is compiled only during x86-64 compilation of test cases. Signed-off-by: Jerone Young 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 +#include #define true 1 #define false 0