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 91a5cc5f0d02..959c63cf62e4 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -436,7 +436,7 @@ void __init setup_system(void) | |||
436 | 436 | ||
437 | static u64 slb0_limit(void) | 437 | static u64 slb0_limit(void) |
438 | { | 438 | { |
439 | if (cpu_has_feature(CPU_FTR_1T_SEGMENT)) { | 439 | if (mmu_has_feature(MMU_FTR_1T_SEGMENT)) { |
440 | return 1UL << SID_SHIFT_1T; | 440 | return 1UL << SID_SHIFT_1T; |
441 | } | 441 | } |
442 | return 1UL << SID_SHIFT; | 442 | return 1UL << SID_SHIFT; |