Commit 4e286d5b authored by David S. Miller's avatar David S. Miller

[SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0015d3d6
......@@ -4,8 +4,8 @@
#ifdef __KERNEL__
#define SECTION_SIZE_BITS 31
#define MAX_PHYSADDR_BITS 41
#define MAX_PHYSMEM_BITS 41
#define MAX_PHYSADDR_BITS 42
#define MAX_PHYSMEM_BITS 42
#endif /* !(__KERNEL__) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment