diff options
| -rw-r--r-- | arch/s390/kernel/cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/cache.c b/arch/s390/kernel/cache.c index 8ba32436effe..77a84bd78be2 100644 --- a/arch/s390/kernel/cache.c +++ b/arch/s390/kernel/cache.c | |||
| @@ -72,7 +72,6 @@ void show_cacheinfo(struct seq_file *m) | |||
| 72 | 72 | ||
| 73 | if (!test_facility(34)) | 73 | if (!test_facility(34)) |
| 74 | return; | 74 | return; |
| 75 | get_online_cpus(); | ||
| 76 | this_cpu_ci = get_cpu_cacheinfo(cpumask_any(cpu_online_mask)); | 75 | this_cpu_ci = get_cpu_cacheinfo(cpumask_any(cpu_online_mask)); |
| 77 | for (idx = 0; idx < this_cpu_ci->num_leaves; idx++) { | 76 | for (idx = 0; idx < this_cpu_ci->num_leaves; idx++) { |
| 78 | cache = this_cpu_ci->info_list + idx; | 77 | cache = this_cpu_ci->info_list + idx; |
| @@ -86,7 +85,6 @@ void show_cacheinfo(struct seq_file *m) | |||
| 86 | seq_printf(m, "associativity=%d", cache->ways_of_associativity); | 85 | seq_printf(m, "associativity=%d", cache->ways_of_associativity); |
| 87 | seq_puts(m, "\n"); | 86 | seq_puts(m, "\n"); |
| 88 | } | 87 | } |
| 89 | put_online_cpus(); | ||
| 90 | } | 88 | } |
| 91 | 89 | ||
| 92 | static inline enum cache_type get_cache_type(struct cache_info *ci, int level) | 90 | static inline enum cache_type get_cache_type(struct cache_info *ci, int level) |
