[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>
This commit is contained in:
Siddha, Suresh B
2006-12-07 02:14:10 +01:00
committed by Andi Kleen
parent 72486f1f8f
commit 9899f826fc
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ struct genapic {
};
extern struct genapic *genapic;
extern struct genapic *genapic, *genapic_force, apic_flat;
#endif