Re: [PATCH 29/47] Update CRISv32 traps.c

2007-12-12 Thread Andrew Morton
On Fri, 30 Nov 2007 16:22:50 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote: > +#ifdef CONFIG_DEBUG_BUGVERBOSE > +void > +handle_BUG(struct pt_regs *regs) > { > - asm volatile("setf m"); > + struct bug_frame f; > + unsigned char c; > + unsigned long irp = regs->irp; > + > + if

Re: [PATCH 29/47] Update CRISv32 traps.c

2007-12-12 Thread Andrew Morton
On Fri, 30 Nov 2007 16:22:50 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote: +#ifdef CONFIG_DEBUG_BUGVERBOSE +void +handle_BUG(struct pt_regs *regs) { - asm volatile(setf m); + struct bug_frame f; + unsigned char c; + unsigned long irp = regs-irp; + + if

[PATCH 29/47] Update CRISv32 traps.c

2007-12-06 Thread Jesper Nilsson
- Remove raw_prink hack, use oops_in_progress instead. - When ETRAX_WATCHDOG_NICE_DOGGY is set, loop in trap after oops dump instead of rebooting. - Break long lines to less than 80 chars. - Fix whitespace errors. - Remove unnecessary comments. Signed-off-by: Jesper Nilsson <[EMAIL PROTECTED]>

[PATCH 29/47] Update CRISv32 traps.c

2007-12-06 Thread Jesper Nilsson
- Remove raw_prink hack, use oops_in_progress instead. - When ETRAX_WATCHDOG_NICE_DOGGY is set, loop in trap after oops dump instead of rebooting. - Break long lines to less than 80 chars. - Fix whitespace errors. - Remove unnecessary comments. Signed-off-by: Jesper Nilsson [EMAIL PROTECTED]