Dave Peterson <[EMAIL PROTECTED]> writes: > Below is an experimental 2.6.11.5 kernel patch that implements the > following: > > - A generic mechanism for safely passing information from NMI handlers > to code that executes outside NMI context.
See the machine check queueing implementation in arch/x86_64/kernel/mce.c. It does exactly that already. Several other architectures already have similar mechanisms. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/