Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4e286d5be63c93b17f8a82d6f3618faa9c1b025c
Commit:     4e286d5be63c93b17f8a82d6f3618faa9c1b025c
Parent:     0015d3d68c84eb33e6b380802ad61b23f7eb6523
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 15 00:21:45 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu Apr 26 01:55:24 2007 -0700

    [SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/asm-sparc64/sparsemem.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-sparc64/sparsemem.h b/include/asm-sparc64/sparsemem.h
index 411e0e2..77bcd2b 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__) */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to