From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49590983.4010005@domain.hid> Date: Mon, 29 Dec 2008 17:31:47 +0000 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4958E439.9040503@domain.hid> <4958F2EE.8080804@domain.hid> <495908DA.7030304@domain.hid> In-Reply-To: <495908DA.7030304@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: > Gilles Chanteperdrix wrote: >> 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. > > Good point. But I wonder where the ipipe_processor_id wrapper for the > disabled case is - can't find it in adeos-ipipe-2.6.26-arm-1.11-02.patch > right now. It does not exist. -- Gilles.