commit | f0d4577c4d19f439b8f05e2c540519343e6f71e1 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Wed Jan 02 12:35:50 2008 -0600 |
committer | Olof Johansson <olof@lixom.net> | Wed Jan 02 12:40:29 2008 -0600 |
tree | 2f4e6eb19361d0a711c7848f94f25f28a8903794 | |
parent | 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1 [diff] |
[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>