]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: nmi_32/64.c - use apic_write_around instead of apic_write
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 24 May 2008 15:36:36 +0000 (19:36 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 20:32:51 +0000 (22:32 +0200)
commitad63ba169d45ccb6594eb35a6c31c421fe70ff45
treefb63b045070a640882f1e649bef05151cbf9aeea
parent4b82b277707a39b97271439c475f186f63ec4692
x86: nmi_32/64.c - use apic_write_around instead of apic_write

apic_write_around will be expanded to apic_write in 64bit mode
anyway. Only a few CPUs (well, old CPUs to be precise) requires
such an action. In general it should not hurt and could be cleaned
up for apic_write (just in case)

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: hpa@zytor.com
Cc: mingo@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/nmi_32.c
arch/x86/kernel/nmi_64.c