commit | 1af8a0c1b3b85b1007f49917ea6a351b7aeb7562 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Mar 19 14:24:58 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:40:59 2008 +0200 |
tree | ccc43bcb4eb7e69d99a5fa1c6a111f7787e0ec91 | |
parent | ba10485c2f5a9482d93b095960cbe7d865d59e04 [diff] |
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>