diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-03-25 10:29:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 12:10:53 -0500 |
commit | 86ebcea899ff01274c1e8e15bf1d1f1cf5fac471 (patch) | |
tree | d14b575e09c71aaf6f467a28c72f943ab815dd8f /arch/x86_64/kernel | |
parent | 8c914cb704a11460eec7ed2a572bb5e9bd513d24 (diff) |
[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 'arch/x86_64/kernel')
-rw-r--r-- | arch/x86_64/kernel/x8664_ksyms.c | 3 |
1 files changed, 0 insertions, 3 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 |