From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47977D5E.50001@domain.hid> Date: Wed, 23 Jan 2008 18:46:06 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Adeos-main] [PATCH] 2.6.24: fix x86-64 build w/o CONFIG_SMP List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: adeos-main ...but do not break CONFIG_SMP :). Looks like this header became irrelevant for us. Jan --- arch/x86/kernel/ipipe.c | 1 - 1 file changed, 1 deletion(-) Index: b/arch/x86/kernel/ipipe.c =================================================================== --- a/arch/x86/kernel/ipipe.c +++ b/arch/x86/kernel/ipipe.c @@ -48,7 +48,6 @@ #include #include #else /* !CONFIG_X86_32 */ -#include #include #endif /* !CONFIG_X86_32 */ #endif /* CONFIG_X86_LOCAL_APIC */