From: Glauber de Oliveira Costa Date: Wed, 19 Mar 2008 17:24:58 +0000 (-0300) Subject: x86: use apic_*_around instead of apic_write in x86_64 X-Git-Tag: v2.6.26-rc1~1154^2~399 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af8a0c1b3b85b1007f49917ea6a351b7aeb7562;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed