From: Yinghai Lu Date: Sat, 12 Jul 2008 08:01:20 +0000 (-0700) Subject: x86: make 64bit have get_apic_id X-Git-Tag: v2.6.28-rc1~699^2^8~23^2~9^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f910a9dc7c865896815e2a95fe33363e9522f277;p=pandora-kernel.git x86: make 64bit have get_apic_id generalize the x2apic code some more. let read_apic_id become a macro (later on a function/inline) GET_APIC_ID(apic_read(APIC_ID)) +#define read_apic_id() (GET_APIC_ID(apic_read(APIC_ID))) instead of this weird construct: -#define read_apic_id (genapic->read_apic_id) Signed-off-by: Yinghai Lu Cc: Suresh Siddha Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed