summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/proto.h
diff options
context:
space:
mode:
authorAndi Kleen2006-09-26 10:52:33 +0200
committerAndi Kleen2006-09-26 10:52:33 +0200
commit91cd444e56ebe0c2acd9576a045d77490b26f607 (patch)
tree647c37392e41541efb67d8656703f36cf15b5e35 /include/asm-x86_64/proto.h
parent[PATCH] Replace local_save_flags+local_irq_disable with (diff)
downloadkernel-qcow2-linux-91cd444e56ebe0c2acd9576a045d77490b26f607.tar.gz
kernel-qcow2-linux-91cd444e56ebe0c2acd9576a045d77490b26f607.tar.xz
kernel-qcow2-linux-91cd444e56ebe0c2acd9576a045d77490b26f607.zip
[PATCH] x86: Remove unneeded externs in acpi/boot.c
And move one into proto.h Cc: len.brown@intel.com Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/proto.h')
-rw-r--r--include/asm-x86_64/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h
index 151826f8ce69..b73d0c76613c 100644
--- a/include/asm-x86_64/proto.h
+++ b/include/asm-x86_64/proto.h
@@ -124,6 +124,8 @@ extern int fix_aperture;
extern int reboot_force;
extern int notsc_setup(char *);
+extern int gsi_irq_sharing(int gsi);
+
extern void smp_local_timer_interrupt(struct pt_regs * regs);
long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);