On Wed, Aug 04, 2010 at 12:20:26PM -0400, Don Zickus wrote:
...
seems not actually ;)
if there is nothing in nmi_sc the code flows into another branch. And
it hits the problem of perf events eating all nmi giving no chance the
others. So we take if (!(reason & 0xc0)) case and hit DIE_NMI_IPI
(/me scratching the head why it's not under CONFIG_X86_LOCAL_APIC) and
drop all code, unpleasant.
-- Cyrill
--