From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4DBC86C7.30808@domain.hid> Date: Sun, 01 May 2011 00:01:43 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4DB8149A.7080600@domain.hid> <4DB83CBE.5040007@domain.hid> <4DB94BA0.1020503@domain.hid> <4DB94C9C.7080904@domain.hid> <4DB991E6.90403@domain.hid> <4DB99E47.7000904@domain.hid> <4DB9B978.2010200@domain.hid> <4DB9C0D3.4030003@domain.hid> <4DBA9C26.2040903@domain.hid> <4DBAA1DE.4000108@domain.hid> <4DBBDCA9.1040609@domain.hid> <4DBC6D98.2070306@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Adeos-main] Ipipe hangs on ARM MINI2440 after switching clocksource List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Galakhov Cc: adeos-main@gna.org Alexey Galakhov wrote: > 2011/5/1 Gilles Chanteperdrix > >> Ok. Could you try only keeping the part with ipipe_handle_chained_irq, >> leaving the handle_edge_irqs? >> > > Sure. I'll do it tomorrow. > > There is another one issue: the board hangs after about 2-3 minutes running. > I found that it is caused by a semi-permanent (order of 2^64 iterations) > loop in (untouched) kernel timer code, most likely due to weird return value > of __ipipe_tsc_get. I haven't found the source of this problem yet. I tried > a small fix: So, there is an issue when the asm code wraps. I will try and reproduce this. -- Gilles.