Re: [PATCH] arch-specific callout in panic()

From: Mike Strosaker
Date: Mon Feb 23 2004 - 13:36:29 EST


Andrew Morton wrote:
We have the panic_notifier_list in there. Cannot you hook into that?


panic_notifier_list is not used becasue we need to ensure that the
actions in machine_panic are the last ones taken. machine_panic may
not return (in the ppc64 case, it calls a firmware routine which does
not return), so any other actions on the list need to be taken first.

Thanks,
Mike
-
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/