From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <470E1FD6.2030607@domain.hid> References: <470E1FD6.2030607@domain.hid> Content-Type: text/plain Date: Thu, 11 Oct 2007 16:47:59 +0200 Message-Id: <1192114079.6220.13.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Adeos-main] [PATCH 1/4] tracer: cleanup critical paths Reply-To: rpm@xenomai.org List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: adeos-main@gna.org On Thu, 2007-10-11 at 15:06 +0200, Jan Kiszka wrote: > for_each_online_cpu is not free of function calls on SMP, thus causes > false NMI noise in the tracer log (due to tracer recursions). Switch to > some plain loop instead. Series merged, thanks. -- Philippe.