diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-04-12 23:54:39 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-04-12 23:54:39 -0400 |
commit | cb694769f0d0c1f6fb8c9dc806c0a68da1056055 (patch) | |
tree | fea0ee5c032676052ca93eecc2b442d2181f1139 /arch/powerpc/include | |
parent | 359e4284a3f37aba7fd06d993863de2509d86f54 (diff) |
Revert "powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MB"
This reverts commit 7545ba6f82924d4523f8f8a2baf2e517a750265d.
It breaks eHEA among other issues
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/sparsemem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/sparsemem.h b/arch/powerpc/include/asm/sparsemem.h index 13fe0a0e5806..54a47ea2c3aa 100644 --- a/arch/powerpc/include/asm/sparsemem.h +++ b/arch/powerpc/include/asm/sparsemem.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * MAX_PHYSADDR_BITS 2^N: how much physical address space we have | 8 | * MAX_PHYSADDR_BITS 2^N: how much physical address space we have |
9 | * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space | 9 | * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space |
10 | */ | 10 | */ |
11 | #define SECTION_SIZE_BITS 28 | 11 | #define SECTION_SIZE_BITS 24 |
12 | 12 | ||
13 | #define MAX_PHYSADDR_BITS 44 | 13 | #define MAX_PHYSADDR_BITS 44 |
14 | #define MAX_PHYSMEM_BITS 44 | 14 | #define MAX_PHYSMEM_BITS 44 |