Skip to content

Commit

Permalink
Revert "powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MB"
Browse files Browse the repository at this point in the history
This reverts commit 7545ba6.

It breaks eHEA among other issues
  • Loading branch information
Benjamin Herrenschmidt committed Apr 13, 2010
1 parent 359e428 commit cb69476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* MAX_PHYSADDR_BITS 2^N: how much physical address space we have
* MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space
*/
#define SECTION_SIZE_BITS 28
#define SECTION_SIZE_BITS 24

#define MAX_PHYSADDR_BITS 44
#define MAX_PHYSMEM_BITS 44
Expand Down

0 comments on commit cb69476

Please sign in to comment.