diff options
author | Jiri Kosina <jkosina@suse.cz> | 2015-09-01 09:35:24 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-09-01 09:35:24 -0400 |
commit | 067e2601d3c076abbf45db91261f9065eaa879b2 (patch) | |
tree | 86c8d4b913873dbd3b4ff23562a3a8597984b4df /drivers/base/cacheinfo.c | |
parent | 3e097d1271ecdff2f251a54ddfc5eaa1f9821e96 (diff) | |
parent | 931830aa5c251e0803523213428f777a48bde254 (diff) |
Merge branch 'for-4.3/gembird' into for-linus
Diffstat (limited to 'drivers/base/cacheinfo.c')
-rw-r--r-- | drivers/base/cacheinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/cacheinfo.c b/drivers/base/cacheinfo.c index df0c66cb7ad3..764280a91776 100644 --- a/drivers/base/cacheinfo.c +++ b/drivers/base/cacheinfo.c | |||
@@ -191,12 +191,12 @@ static int detect_cache_attributes(unsigned int cpu) | |||
191 | if (ret) | 191 | if (ret) |
192 | goto free_ci; | 192 | goto free_ci; |
193 | /* | 193 | /* |
194 | * For systems using DT for cache hierarcy, of_node and shared_cpu_map | 194 | * For systems using DT for cache hierarchy, of_node and shared_cpu_map |
195 | * will be set up here only if they are not populated already | 195 | * will be set up here only if they are not populated already |
196 | */ | 196 | */ |
197 | ret = cache_shared_cpu_map_setup(cpu); | 197 | ret = cache_shared_cpu_map_setup(cpu); |
198 | if (ret) { | 198 | if (ret) { |
199 | pr_warn("Unable to detect cache hierarcy from DT for CPU %d\n", | 199 | pr_warn("Unable to detect cache hierarchy from DT for CPU %d\n", |
200 | cpu); | 200 | cpu); |
201 | goto free_ci; | 201 | goto free_ci; |
202 | } | 202 | } |