aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/genapic.h
diff options
context:
space:
mode:
authorSiddha, Suresh B <suresh.b.siddha@intel.com>2006-12-07 02:14:10 +0100
committerAndi Kleen <andi@basil.nowhere.org>2006-12-07 02:14:10 +0100
commit9899f826fc90beba4f78083f6230e06cbe1050c9 (patch)
tree5d493eaa17da85c57746ffcc2e01a8a6f484fa5f /include/asm-x86_64/genapic.h
parent[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpu (diff)
downloadlinux-dev-9899f826fc90beba4f78083f6230e06cbe1050c9.tar.xz
linux-dev-9899f826fc90beba4f78083f6230e06cbe1050c9.zip
[PATCH] x86-64: add genapic_force
Add genapic_force. Used by the next Intel quirks patch. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Andi Kleen <ak@suse.de> Cc: Andi Kleen <ak@suse.de> Cc: "Li, Shaohua" <shaohua.li@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org>
Diffstat (limited to 'include/asm-x86_64/genapic.h')
-rw-r--r--include/asm-x86_64/genapic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/genapic.h b/include/asm-x86_64/genapic.h
index a0e9a4b93484..b80f4bb5f273 100644
--- a/include/asm-x86_64/genapic.h
+++ b/include/asm-x86_64/genapic.h
@@ -30,6 +30,6 @@ struct genapic {
};
-extern struct genapic *genapic;
+extern struct genapic *genapic, *genapic_force, apic_flat;
#endif