diff options
Diffstat (limited to 'arch/powerpc/platforms/maple/setup.c')
-rw-r--r-- | arch/powerpc/platforms/maple/setup.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c index 5f8f6f966608..99b9b96ab059 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
@@ -305,13 +305,6 @@ static int __init maple_probe(void) | |||
305 | if (!of_flat_dt_is_compatible(root, "Momentum,Maple") && | 305 | if (!of_flat_dt_is_compatible(root, "Momentum,Maple") && |
306 | !of_flat_dt_is_compatible(root, "Momentum,Apache")) | 306 | !of_flat_dt_is_compatible(root, "Momentum,Apache")) |
307 | return 0; | 307 | return 0; |
308 | /* | ||
309 | * On U3, the DART (iommu) must be allocated now since it | ||
310 | * has an impact on htab_initialize (due to the large page it | ||
311 | * occupies having to be broken up so the DART itself is not | ||
312 | * part of the cacheable linar mapping | ||
313 | */ | ||
314 | alloc_dart_table(); | ||
315 | 308 | ||
316 | hpte_init_native(); | 309 | hpte_init_native(); |
317 | pm_power_off = maple_power_off; | 310 | pm_power_off = maple_power_off; |