diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/mm/mmu_context_hash64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_context_hash64.c b/arch/powerpc/mm/mmu_context_hash64.c index 40677aa0190e..daa076c9025c 100644 --- a/arch/powerpc/mm/mmu_context_hash64.c +++ b/arch/powerpc/mm/mmu_context_hash64.c | |||
@@ -34,7 +34,7 @@ static DEFINE_IDA(mmu_context_ida); | |||
34 | * Each segment contains 2^28 bytes. Each context maps 2^44 bytes, | 34 | * Each segment contains 2^28 bytes. Each context maps 2^44 bytes, |
35 | * so we can support 2^19-1 contexts (19 == 35 + 28 - 44). | 35 | * so we can support 2^19-1 contexts (19 == 35 + 28 - 44). |
36 | */ | 36 | */ |
37 | #define MAX_CONTEXT ((1UL << 19) - 1) | 37 | #define MAX_CONTEXT ((1UL << CONTEXT_BITS) - 1) |
38 | 38 | ||
39 | int __init_new_context(void) | 39 | int __init_new_context(void) |
40 | { | 40 | { |