From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4958F2EE.8080804@domain.hid> Date: Mon, 29 Dec 2008 15:55:26 +0000 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4958E439.9040503@domain.hid> In-Reply-To: <4958E439.9040503@domain.hid> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Adeos-main] [PATCH] Fix include for kernel/panic.c List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: adeos-main Jan Kiszka wrote: > +++ b/kernel/panic.c > @@ -21,6 +21,7 @@ > #include > #include > #include > +#include That is not enough, when compiling a kernel without I-pipe enabled, the compiler complains about ipipe_processor_id. -- Gilles.