tree 155865020de7fe2d5181622b1a5939d5cca97c56
parent a92b7b80579fe68fe229892815c750f6652eb6a9
author David S. Miller <[EMAIL PROTECTED]> Sat, 09 Jul 2005 03:33:10 -0700
committer David S. Miller <[EMAIL PROTECTED]> Sat, 09 Jul 2005 03:33:10 -0700

[SPARC64]: Typo in dtlb_backend.S, _PAGE_SZ4M --> _PAGE_SZ4MB

Noticed by Eddie C. Dost

Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 arch/sparc64/kernel/dtlb_backend.S |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc64/kernel/dtlb_backend.S 
b/arch/sparc64/kernel/dtlb_backend.S
--- a/arch/sparc64/kernel/dtlb_backend.S
+++ b/arch/sparc64/kernel/dtlb_backend.S
@@ -16,7 +16,7 @@
 #elif PAGE_SHIFT == 19
 #define SZ_BITS                _PAGE_SZ512K
 #elif PAGE_SHIFT == 22
-#define SZ_BITS                _PAGE_SZ4M
+#define SZ_BITS                _PAGE_SZ4MB
 #endif
 
 #define VALID_SZ_BITS  (_PAGE_VALID | SZ_BITS)
-
To unsubscribe from this list: send the line "unsubscribe bk-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