[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>
This commit is contained in:
parent
8c914cb704
commit
86ebcea899
3 changed files with 0 additions and 6 deletions
|
@ -151,9 +151,6 @@ EXPORT_SYMBOL(cpu_sibling_map);
|
||||||
EXPORT_SYMBOL(smp_num_siblings);
|
EXPORT_SYMBOL(smp_num_siblings);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void do_softirq_thunk(void);
|
|
||||||
EXPORT_SYMBOL(do_softirq_thunk);
|
|
||||||
|
|
||||||
#ifdef CONFIG_BUG
|
#ifdef CONFIG_BUG
|
||||||
EXPORT_SYMBOL(out_of_line_bug);
|
EXPORT_SYMBOL(out_of_line_bug);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
thunk rwsem_wake_thunk,rwsem_wake
|
thunk rwsem_wake_thunk,rwsem_wake
|
||||||
thunk rwsem_downgrade_thunk,rwsem_downgrade_wake
|
thunk rwsem_downgrade_thunk,rwsem_downgrade_wake
|
||||||
#endif
|
#endif
|
||||||
thunk do_softirq_thunk,do_softirq
|
|
||||||
|
|
||||||
thunk __down_failed,__down
|
thunk __down_failed,__down
|
||||||
thunk_retrax __down_failed_interruptible,__down_interruptible
|
thunk_retrax __down_failed_interruptible,__down_interruptible
|
||||||
|
|
|
@ -53,8 +53,6 @@ extern int sysctl_vsyscall;
|
||||||
extern int nohpet;
|
extern int nohpet;
|
||||||
extern unsigned long vxtime_hz;
|
extern unsigned long vxtime_hz;
|
||||||
|
|
||||||
extern void do_softirq_thunk(void);
|
|
||||||
|
|
||||||
extern int numa_setup(char *opt);
|
extern int numa_setup(char *opt);
|
||||||
|
|
||||||
extern int setup_early_printk(char *);
|
extern int setup_early_printk(char *);
|
||||||
|
|
Loading…
Reference in a new issue