diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 05:01:40 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 05:01:40 -0400 |
commit | 2d4a73d5b91528322631830784f4eb7897fb5e41 (patch) | |
tree | 19a61cc5ed80c0c3488197aec9539b602b50c4ad /arch/sh/kernel/sh_ksyms.c | |
parent | 00765c816a6396e2bb3c6588019bda1508b62f6a (diff) |
sh: Kill off special boot_cpu_data.
This consolidates the cpu_data definitions and gets rid of the special
boot_cpu_data. It's made a wrapper to the boot CPU, in order to keep
the existing in-tree users happy.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms.c')
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 89362e05cc46..cac7380ed0bb 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
@@ -43,7 +43,6 @@ EXPORT_SYMBOL(memcpy); | |||
43 | EXPORT_SYMBOL(memset); | 43 | EXPORT_SYMBOL(memset); |
44 | EXPORT_SYMBOL(memmove); | 44 | EXPORT_SYMBOL(memmove); |
45 | EXPORT_SYMBOL(__copy_user); | 45 | EXPORT_SYMBOL(__copy_user); |
46 | EXPORT_SYMBOL(boot_cpu_data); | ||
47 | 46 | ||
48 | #ifdef CONFIG_MMU | 47 | #ifdef CONFIG_MMU |
49 | EXPORT_SYMBOL(get_vm_area); | 48 | EXPORT_SYMBOL(get_vm_area); |