diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index fd785f7a279..6568406b2a3 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -545,7 +545,7 @@ void __init setup_arch(char **cmdline_p) | |||
545 | 545 | ||
546 | #ifdef CONFIG_SWIOTLB | 546 | #ifdef CONFIG_SWIOTLB |
547 | if (ppc_swiotlb_enable) | 547 | if (ppc_swiotlb_enable) |
548 | swiotlb_init(); | 548 | swiotlb_init(1); |
549 | #endif | 549 | #endif |
550 | 550 | ||
551 | paging_init(); | 551 | paging_init(); |