Re: register long sp asm("r1") incorrect
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2010-02-15 20:00:13
Also in:
lkml
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2010-02-15 20:00:13
Also in:
lkml
On Mon, 2010-02-15 at 08:34 +0100, Pavel Machek wrote:
quoted
On Tue, 2010-02-09 at 16:24 +0100, Pavel Machek wrote:quoted
...according to gcc docs, sp should be global, or placement in register is not guaranteed (except at asm boundaries, but therearequoted
quoted
none).Sorry I'm not sure I grok what you mean.Well, according to gcc doscs and my experience, local "register int __asm()" variables only work by accident (or not at all).
Hrm... we definitely rely on that for our thread_info() access, and so far it has worked well for us, but I'll poke our gcc folks just in case. Cheers, Ben.