Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 0015d3d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,8 +4,8 @@
#ifdef __KERNEL__
#ifdef __KERNEL__


#define SECTION_SIZE_BITS       31
#define SECTION_SIZE_BITS       31
#define MAX_PHYSADDR_BITS       41
#define MAX_PHYSADDR_BITS       42
#define MAX_PHYSMEM_BITS        41
#define MAX_PHYSMEM_BITS        42


#endif /* !(__KERNEL__) */
#endif /* !(__KERNEL__) */