]> git.baikalelectronics.ru Git - kernel.git/commit
x86: use apic_*_around instead of apic_write in x86_64
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 19 Mar 2008 17:24:58 +0000 (14:24 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:59 +0000 (17:40 +0200)
commit871ef580fa865f2f30f18f61e741a5fcc4d594c7
treeccc43bcb4eb7e69d99a5fa1c6a111f7787e0ec91
parente22b71ce3d87c5660ddca4c2628dc6322d4eac37
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