On Fri, Jun 29, 2007 at 02:19:59PM +0200, Heiko Carstens wrote:
> - tt = report_bug(regs->iaoq[0] & ~3);
> + tt = report_bug(regs->iaoq[0] & ~3, regs);
Groovy, I'll try to test this over the weekend.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
On Fri, 29 Jun 2007 14:19:59 +0200
Heiko Carstens <[EMAIL PROTECTED]> wrote:
> [patch] generic bug: use show_regs() instead of dump_stack()
>
> From: Heiko Carstens <[EMAIL PROTECTED]>
>
> The current generic bug implementation has a call to dump_stack() in
> cas
Heiko Carstens wrote:
[patch] generic bug: use show_regs() instead of dump_stack()
From: Heiko Carstens <[EMAIL PROTECTED]>
The current generic bug implementation has a call to dump_stack() in
case a WARN_ON(whatever) gets hit. Since report_bug(), which calls
dump_stack(), gets called f
[patch] generic bug: use show_regs() instead of dump_stack()
From: Heiko Carstens <[EMAIL PROTECTED]>
The current generic bug implementation has a call to dump_stack() in
case a WARN_ON(whatever) gets hit. Since report_bug(), which calls
dump_stack(), gets called from an exception handler
4 matches
Mail list logo