Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=55183e9bb2c2ce43d88eaa575c2d6d4fd6d865a3
Commit:     55183e9bb2c2ce43d88eaa575c2d6d4fd6d865a3
Parent:     c96bcf958c1d79d8e8aa58722273ec7b1ffb815c
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 21 16:19:12 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:52 2008 +0900

    sh: SH-5 uses a 64-bit PTE_MAGNITUDE, as X2 TLB.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/pgtable.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h
index 5a800c6..b4d7561 100644
--- a/include/asm-sh/pgtable.h
+++ b/include/asm-sh/pgtable.h
@@ -49,7 +49,7 @@ extern unsigned long empty_zero_page[PAGE_SIZE / 
sizeof(unsigned long)];
  * traditional two-level paging structure
  */
 /* PTE bits */
-#ifdef CONFIG_X2TLB
+#if defined(CONFIG_X2TLB) || defined(CONFIG_SUPERH64)
 # define PTE_MAGNITUDE 3       /* 64-bit PTEs on extended mode SH-X2 TLB */
 #else
 # define PTE_MAGNITUDE 2       /* 32-bit PTEs */
-
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