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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2007-03-15 00:21:45 -07:00
parent 0015d3d68c
commit 4e286d5be6
1 changed files with 2 additions and 2 deletions

View File

@ -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__) */