[POWERPC] pasemi: Fix NMI handling check
authorOlof Johansson <olof@lixom.net>
Wed, 2 Jan 2008 18:35:50 +0000 (12:35 -0600)
committerOlof Johansson <olof@lixom.net>
Wed, 2 Jan 2008 18:40:29 +0000 (12:40 -0600)
commitf0d4577c4d19f439b8f05e2c540519343e6f71e1
tree2f4e6eb19361d0a711c7848f94f25f28a8903794
parent4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1
[POWERPC] pasemi: Fix NMI handling check

The logic that checks to see if a machine check is caused by an NMI will
always match when NMI hasn't been initialized, since the mpic routine
will return NO_IRQ (and that's what the nmi_virq value is as well).

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/powerpc/platforms/pasemi/setup.c