Re: [patch] generic bug: use show_regs() instead of dump_stack()

From: Kyle McMartin
Date: Fri Jun 29 2007 - 14:32:13 EST


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" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/