aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/genapic.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 00:14:11 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-28 23:20:06 +0100
commitc8d46cf06dc2e3a8f57a350eb9f9b19fd7f2ffe5 (patch)
treefe5ceac244165e5726f310027588cf6e1b6e60e6 /arch/x86/include/asm/genapic.h
parentx86, genapic: provide IPI callbacks unconditionally (diff)
downloadlinux-dev-c8d46cf06dc2e3a8f57a350eb9f9b19fd7f2ffe5.tar.xz
linux-dev-c8d46cf06dc2e3a8f57a350eb9f9b19fd7f2ffe5.zip
x86: rename 'genapic' to 'apic'
Rename genapic-> to apic-> references because in a future chagne we'll open-code all the indirect calls (instead of obscuring them via macros), so we want this reference to be as short as possible. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/genapic.h')
-rw-r--r--arch/x86/include/asm/genapic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/genapic.h b/arch/x86/include/asm/genapic.h
index c27efde0523d..3970da3245c8 100644
--- a/arch/x86/include/asm/genapic.h
+++ b/arch/x86/include/asm/genapic.h
@@ -94,7 +94,7 @@ struct genapic {
void (*inquire_remote_apic)(int apicid);
};
-extern struct genapic *genapic;
+extern struct genapic *apic;
#ifdef CONFIG_X86_32