提交 4e286d5b 编写于 作者: D David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 0015d3d6
...@@ -4,8 +4,8 @@ ...@@ -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__) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册