[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48A9C5C0.5010705@freescale.com>
Date: Mon, 18 Aug 2008 13:56:00 -0500
From: Scott Wood <scottwood@...escale.com>
To: Steven Rostedt <rostedt@...dmis.org>
CC: Eran Liberty <liberty@...ricom.com>,
Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>,
linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
Steven Rostedt <srostedt@...hat.com>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Subject: Re: ftrace introduces instability into kernel 2.6.27(-rc2,-rc3)
Steven Rostedt wrote:
> What syntax to do that with?
>
> lwz %1,0(%U2)
> stu %3, 0(%X2)
>
> I'm new to those. (and the above does not compile)
lwz%U2%X2 %1, %2
stw%U2%X2 %3, %2
>> Why stwu with an offset of zero,
>
> How else to do it? stwu %3, (%2) does not compile for me.
stw %3, 0(%2)
The "u" tells it to write the effective address back to %2 -- but with
an offset of zero, the effective address is unchanged.
-Scott
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists