aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-03-15 00:21:45 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-26 01:55:24 -0700
commit4e286d5be63c93b17f8a82d6f3618faa9c1b025c (patch)
tree763061532d360fcab38b9723c52f17ffa250bc90 /include/asm-sparc64
parent[SPARC64]: Simplify read_obp_memory(). (diff)
downloadlinux-dev-4e286d5be63c93b17f8a82d6f3618faa9c1b025c.tar.xz
linux-dev-4e286d5be63c93b17f8a82d6f3618faa9c1b025c.zip
[SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/sparsemem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/sparsemem.h b/include/asm-sparc64/sparsemem.h
index 411e0e255cf3..77bcd2bfa53c 100644
--- a/include/asm-sparc64/sparsemem.h
+++ b/include/asm-sparc64/sparsemem.h
@@ -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__) */