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

2008-06-26 Thread Michal Simek
Ray Lee napsal(a): > 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 st

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

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

2008-06-26 Thread Michal Simek
> 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; >> +

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

[PATCH 08/60] microblaze_v4: exception handling

2008-06-26 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- arch/microblaze/kernel/exceptions.c | 77 + arch/microblaze/kernel/hw_exception_handler.S | 392 + include/asm-microblaze/exceptions.h | 63 3 file