Re: [PATCH] PM: Hide CONFIG_PM from users

2011-02-07 Thread Ray Lee
On Mon, Feb 7, 2011 at 7:49 AM, Mark Brown wrote: > I'm rather hoping that they'll notice the mailing list thread or that > someone else who knows what's going on with them does Surely you're joking. I mean, do _you_ scan every message that comes through lkml and its various sister lists? Do a g

Re: [PATCH 08/60] microblaze_v4: exception handling

2008-06-26 Thread Ray Lee
On Thu, Jun 26, 2008 at 5:29 AM, <[EMAIL PROTECTED]> wrote: > +ex_sw: > + /* Get the destination register number into r5 */ > + lbuir5, r0, ex_reg_op; > + /* Form store_word jump table offset (sw_table + (8 * regnum)) */ > + la r6, r0, sw_table; > + add r

Re: [PATCH 08/60] microblaze_v4: exception handling

2008-06-26 Thread Ray Lee
On Thu, Jun 26, 2008 at 12:19 PM, Michal Simek <[EMAIL PROTECTED]> wrote: >> On Thu, Jun 26, 2008 at 5:29 AM, <[EMAIL PROTECTED]> wrote: >>> +ex_sw: >>> + /* Get the destination register number into r5 */ >>> + lbuir5, r0, ex_reg_op; >>> + /* Form store_word jump table offset