[PATCH] [3/9] pasemi: Machine check handler

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon Feb 5 10:49:57 EST 2007


On Thu, 2007-02-01 at 22:54 -0600, Olof Johansson wrote:
> plain text document attachment (pasemi-machine-check)
> Print out decoded machine check information on PA6T.
> 
> 
> Signed-off-by: Olof Johansson <olof at lixom.net>

Not specific to your patch, but in general, Machine Check might happen
while MSR:EE is off... which means the kernel might dislike printk being
called from the MC handler under some circumstances (for example,
re-entering printk itself in places it doesn't expect to be).

Might be worth, when the MC is recoverable, to try to "defer" the
printout to some real irq or timer irq 

Ben.





More information about the Linuxppc-dev mailing list