aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86_64/genapic.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2006-09-26 10:52:31 +0200
committerAndi Kleen <andi@basil.nowhere.org>2006-09-26 10:52:31 +0200
commit3b94355c47e2b025a7ececa0a14180e8fce6b0f1 (patch)
tree365eaa79b1ef8bc862d3a13cd9f14489949a2d3d /include/asm-x86_64/genapic.h
parentcaff0710ebf6f2c44cbd2b8b31fd6329148bed2e (diff)
[PATCH] remove int_delivery_dest
The genapic field and the accessor macro weren't used anywhere. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/genapic.h')
-rw-r--r--include/asm-x86_64/genapic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/genapic.h b/include/asm-x86_64/genapic.h
index 50b38e7c58e..81e71466534 100644
--- a/include/asm-x86_64/genapic.h
+++ b/include/asm-x86_64/genapic.h
@@ -16,7 +16,6 @@ struct genapic {
char *name;
u32 int_delivery_mode;
u32 int_dest_mode;
- u32 int_delivery_dest; /* for quick IPIs */
int (*apic_id_registered)(void);
cpumask_t (*target_cpus)(void);
void (*init_apic_ldr)(void);