diff options
Diffstat (limited to 'arch/sh/kernel')
| -rw-r--r-- | arch/sh/kernel/setup.c | 2 | ||||
| -rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index cff8d36f91b0..4afdec071700 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
| @@ -507,7 +507,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
| 507 | * unified cache on the SH-2 and SH-3, as well as the harvard | 507 | * unified cache on the SH-2 and SH-3, as well as the harvard |
| 508 | * style cache on the SH-4. | 508 | * style cache on the SH-4. |
| 509 | */ | 509 | */ |
| 510 | if (test_bit(SH_CACHE_COMBINED, &(boot_cpu_data.icache.flags))) { | 510 | if (boot_cpu_data.icache.flags & SH_CACHE_COMBINED) { |
| 511 | seq_printf(m, "unified\n"); | 511 | seq_printf(m, "unified\n"); |
| 512 | show_cacheinfo(m, "cache", boot_cpu_data.icache); | 512 | show_cacheinfo(m, "cache", boot_cpu_data.icache); |
| 513 | } else { | 513 | } else { |
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index fd73ab0326e9..7f3a42244cab 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
| @@ -27,20 +27,11 @@ EXPORT_SYMBOL(sh_mv); | |||
| 27 | 27 | ||
| 28 | /* platform dependent support */ | 28 | /* platform dependent support */ |
| 29 | EXPORT_SYMBOL(dump_fpu); | 29 | EXPORT_SYMBOL(dump_fpu); |
| 30 | EXPORT_SYMBOL(enable_irq); | ||
| 31 | EXPORT_SYMBOL(disable_irq); | ||
| 32 | EXPORT_SYMBOL(probe_irq_mask); | ||
| 33 | EXPORT_SYMBOL(kernel_thread); | 30 | EXPORT_SYMBOL(kernel_thread); |
| 34 | EXPORT_SYMBOL(disable_irq_nosync); | ||
| 35 | EXPORT_SYMBOL(irq_desc); | 31 | EXPORT_SYMBOL(irq_desc); |
| 36 | EXPORT_SYMBOL(no_irq_type); | 32 | EXPORT_SYMBOL(no_irq_type); |
| 37 | 33 | ||
| 38 | EXPORT_SYMBOL(strstr); | ||
| 39 | EXPORT_SYMBOL(strlen); | 34 | EXPORT_SYMBOL(strlen); |
| 40 | EXPORT_SYMBOL(strnlen); | ||
| 41 | EXPORT_SYMBOL(strchr); | ||
| 42 | EXPORT_SYMBOL(strcat); | ||
| 43 | EXPORT_SYMBOL(strncat); | ||
| 44 | 35 | ||
| 45 | /* PCI exports */ | 36 | /* PCI exports */ |
| 46 | #ifdef CONFIG_PCI | 37 | #ifdef CONFIG_PCI |
| @@ -51,13 +42,8 @@ EXPORT_SYMBOL(pci_free_consistent); | |||
| 51 | /* mem exports */ | 42 | /* mem exports */ |
| 52 | EXPORT_SYMBOL(memchr); | 43 | EXPORT_SYMBOL(memchr); |
| 53 | EXPORT_SYMBOL(memcpy); | 44 | EXPORT_SYMBOL(memcpy); |
| 54 | EXPORT_SYMBOL(memcpy_fromio); | ||
| 55 | EXPORT_SYMBOL(memcpy_toio); | ||
| 56 | EXPORT_SYMBOL(memset); | 45 | EXPORT_SYMBOL(memset); |
| 57 | EXPORT_SYMBOL(memset_io); | ||
| 58 | EXPORT_SYMBOL(memmove); | 46 | EXPORT_SYMBOL(memmove); |
| 59 | EXPORT_SYMBOL(memcmp); | ||
| 60 | EXPORT_SYMBOL(memscan); | ||
| 61 | EXPORT_SYMBOL(__copy_user); | 47 | EXPORT_SYMBOL(__copy_user); |
| 62 | EXPORT_SYMBOL(boot_cpu_data); | 48 | EXPORT_SYMBOL(boot_cpu_data); |
| 63 | 49 | ||
| @@ -124,5 +110,4 @@ EXPORT_SYMBOL(csum_partial); | |||
| 124 | #ifdef CONFIG_IPV6 | 110 | #ifdef CONFIG_IPV6 |
| 125 | EXPORT_SYMBOL(csum_ipv6_magic); | 111 | EXPORT_SYMBOL(csum_ipv6_magic); |
| 126 | #endif | 112 | #endif |
| 127 | EXPORT_SYMBOL(consistent_sync); | ||
| 128 | EXPORT_SYMBOL(clear_page); | 113 | EXPORT_SYMBOL(clear_page); |
