aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-03 14:12:33 -0300
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:40:53 +0200
commitc76cb36846da6d5d6fb2951968869faa4fd1001d (patch)
tree4252ac5b35b83aed5ca4509a0d12afe9788014ce /arch
parent16694024d6d6fa84dfcf5400b53afe1e75cebf0d (diff)
x86: move smp_ops extern declaration to common header
the smp_ops symbol is temporarily defined in smp_64.c, but it will soon be unified Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/smp_64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/smp_64.c b/arch/x86/kernel/smp_64.c
index 2fd74b06db6..80dba12b56a 100644
--- a/arch/x86/kernel/smp_64.c
+++ b/arch/x86/kernel/smp_64.c
@@ -528,3 +528,5 @@ asmlinkage void smp_call_function_interrupt(void)
}
}
+struct smp_ops smp_ops;
+EXPORT_SYMBOL_GPL(smp_ops);