]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[PATCH] x86_64: remove dead do_softirq_thunk
authorJan Beulich <jbeulich@novell.com>
Sat, 25 Mar 2006 15:29:43 +0000 (16:29 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:53 +0000 (09:10 -0800)
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>
arch/x86_64/kernel/x8664_ksyms.c
arch/x86_64/lib/thunk.S
include/asm-x86_64/proto.h

index c9dc7e46731e1cc4878c0cc59fa2fa8695d660a5..365e5fbae9a07368e555bedf575e80b269638a2b 100644 (file)
@@ -151,9 +151,6 @@ EXPORT_SYMBOL(cpu_sibling_map);
 EXPORT_SYMBOL(smp_num_siblings);
 #endif
 
-extern void do_softirq_thunk(void);
-EXPORT_SYMBOL(do_softirq_thunk);
-
 #ifdef CONFIG_BUG
 EXPORT_SYMBOL(out_of_line_bug);
 #endif
index acc1e2ca7ed7fe7f22949bb692e3d941b18c73bd..e49af0032e9401c1cfa997772cf2b4726beb5d7e 100644 (file)
@@ -42,7 +42,6 @@
        thunk rwsem_wake_thunk,rwsem_wake
        thunk rwsem_downgrade_thunk,rwsem_downgrade_wake
 #endif 
-       thunk do_softirq_thunk,do_softirq
        
        thunk __down_failed,__down
        thunk_retrax __down_failed_interruptible,__down_interruptible
index 3ba8fd45fcb3cb7c637501e20bd2373c3df5cc50..977fe58e971c516568b52c5cc23691fb2c9ae180 100644 (file)
@@ -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 *);