From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5401357D.8060400@xenomai.org> Date: Sat, 30 Aug 2014 04:22:53 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <53FDFD27.2010207@xenomai.org> <53FF33CE.10303@xenomai.org> <53FF5B81.7030408@xenomai.org> <53FF7649.30907@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] ODROID-U3 porting problems List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: GP Orcullo Cc: "xenomai@xenomai.org" On 08/30/2014 02:17 AM, GP Orcullo wrote: > static void mct_tick_ack(void) > { > struct mct_clock_event_device *mevt = this_cpu_ptr(&percpu_mct_tick); You have to use __this_cpu_ptr instead of this_cpu_ptr here. -- Gilles.