diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-03-25 16:29:43 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 18:10:53 +0100 |
commit | 86ebcea899ff01274c1e8e15bf1d1f1cf5fac471 (patch) | |
tree | d14b575e09c71aaf6f467a28c72f943ab815dd8f /include/asm-x86_64 | |
parent | [PATCH] x86_64: actively synchronize vmalloc area when registering certain ca... (diff) | |
download | linux-86ebcea899ff01274c1e8e15bf1d1f1cf5fac471.tar.xz linux-86ebcea899ff01274c1e8e15bf1d1f1cf5fac471.zip |
[PATCH] x86_64: remove dead do_softirq_thunk
Appearantly a left-over...
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 3ba8fd45fcb3..977fe58e971c 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h @@ -53,8 +53,6 @@ extern int sysctl_vsyscall; extern int nohpet; extern unsigned long vxtime_hz; -extern void do_softirq_thunk(void); - extern int numa_setup(char *opt); extern int setup_early_printk(char *); |