]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: IO-APIC - use NMI_NONE instead of numeric constant
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 29 May 2008 18:32:30 +0000 (22:32 +0400)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 07:13:12 +0000 (09:13 +0200)
commit067fa0ff0c89d25c2136ed095c72213089d4bb4e
treea17b0e379705b8b32917a0ee53ceacc74badc231
parentb1b57ee135ac7614184faa7d7345b5e7098cb81d
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>
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c