diff options
-rw-r--r-- | arch/x86_64/kernel/x8664_ksyms.c | 3 | ||||
-rw-r--r-- | arch/x86_64/lib/thunk.S | 1 | ||||
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/kernel/x8664_ksyms.c b/arch/x86_64/kernel/x8664_ksyms.c index c9dc7e46731e..365e5fbae9a0 100644 --- a/arch/x86_64/kernel/x8664_ksyms.c +++ b/arch/x86_64/kernel/x8664_ksyms.c | |||
@@ -151,9 +151,6 @@ EXPORT_SYMBOL(cpu_sibling_map); | |||
151 | EXPORT_SYMBOL(smp_num_siblings); | 151 | EXPORT_SYMBOL(smp_num_siblings); |
152 | #endif | 152 | #endif |
153 | 153 | ||
154 | extern void do_softirq_thunk(void); | ||
155 | EXPORT_SYMBOL(do_softirq_thunk); | ||
156 | |||
157 | #ifdef CONFIG_BUG | 154 | #ifdef CONFIG_BUG |
158 | EXPORT_SYMBOL(out_of_line_bug); | 155 | EXPORT_SYMBOL(out_of_line_bug); |
159 | #endif | 156 | #endif |
diff --git a/arch/x86_64/lib/thunk.S b/arch/x86_64/lib/thunk.S index acc1e2ca7ed7..e49af0032e94 100644 --- a/arch/x86_64/lib/thunk.S +++ b/arch/x86_64/lib/thunk.S | |||
@@ -42,7 +42,6 @@ | |||
42 | thunk rwsem_wake_thunk,rwsem_wake | 42 | thunk rwsem_wake_thunk,rwsem_wake |
43 | thunk rwsem_downgrade_thunk,rwsem_downgrade_wake | 43 | thunk rwsem_downgrade_thunk,rwsem_downgrade_wake |
44 | #endif | 44 | #endif |
45 | thunk do_softirq_thunk,do_softirq | ||
46 | 45 | ||
47 | thunk __down_failed,__down | 46 | thunk __down_failed,__down |
48 | thunk_retrax __down_failed_interruptible,__down_interruptible | 47 | thunk_retrax __down_failed_interruptible,__down_interruptible |
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; | |||
53 | extern int nohpet; | 53 | extern int nohpet; |
54 | extern unsigned long vxtime_hz; | 54 | extern unsigned long vxtime_hz; |
55 | 55 | ||
56 | extern void do_softirq_thunk(void); | ||
57 | |||
58 | extern int numa_setup(char *opt); | 56 | extern int numa_setup(char *opt); |
59 | 57 | ||
60 | extern int setup_early_printk(char *); | 58 | extern int setup_early_printk(char *); |