commit | 067fa0ff0c89d25c2136ed095c72213089d4bb4e | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Thu May 29 22:32:30 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 09:13:12 2008 +0200 |
tree | a17b0e379705b8b32917a0ee53ceacc74badc231 | |
parent | b1b57ee135ac7614184faa7d7345b5e7098cb81d [diff] |
x86: IO-APIC - use NMI_NONE instead of numeric constant Not sure but maybe it is better to use NMI_DISABLED, will take a look. But for now this patch is not change anything in logic so it will not hurt/broke the kernel. For most cases nmi_watchdog assignment is by one of NMI_* macro so I think there it make sense too. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>