x86: use apic_*_around instead of apic_write in x86_64
commit1af8a0c1b3b85b1007f49917ea6a351b7aeb7562
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 19 Mar 2008 17:24:58 +0000 (19 14:24 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:59 +0000 (17 17:40 +0200)
treeccc43bcb4eb7e69d99a5fa1c6a111f7787e0ec91
parentba10485c2f5a9482d93b095960cbe7d865d59e04
x86: use apic_*_around instead of apic_write in x86_64

This patch replaces apic_read() for apic_read_around()
and apic_write for apic_write_around() in smpboot_64.c
We do it to have a common usage between x86_64 and i386.
In the former, it will always simply expand to apic_write

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot_64.c