diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 78f3a5fd43f6..6f213a9e36bf 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -358,11 +358,7 @@ void __init setup_system(void) | |||
358 | * Fill the ppc64_caches & systemcfg structures with informations | 358 | * Fill the ppc64_caches & systemcfg structures with informations |
359 | * retrieved from the device-tree. Need to be called before | 359 | * retrieved from the device-tree. Need to be called before |
360 | * finish_device_tree() since the later requires some of the | 360 | * finish_device_tree() since the later requires some of the |
361 | * informations filled up here to properly parse the interrupt | 361 | * informations filled up here to properly parse the interrupt tree. |
362 | * tree. | ||
363 | * It also sets up the cache line sizes which allows to call | ||
364 | * routines like flush_icache_range (used by the hash init | ||
365 | * later on). | ||
366 | */ | 362 | */ |
367 | initialize_cache_info(); | 363 | initialize_cache_info(); |
368 | 364 | ||