Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b62ad83d91ebf1368e9e72d476b18698ac67bef9
Commit:     b62ad83d91ebf1368e9e72d476b18698ac67bef9
Parent:     e08d8aaeadac37c8d149b5d5bda6cf7a98d21e92
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 10 14:07:03 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:19:02 2008 +0900

    sh: Correct pte size mismatch for X2 TLB.
    
    Fixes up a build warning/error in arch/sh/mm/fault_32.c.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/mm/fault_32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c
index 60d74f7..33b43d2 100644
--- a/arch/sh/mm/fault_32.c
+++ b/arch/sh/mm/fault_32.c
@@ -172,7 +172,7 @@ no_context:
        bust_spinlocks(1);
 
        if (oops_may_print()) {
-               __typeof__(pte_val(__pte(0))) page;
+               unsigned long page;
 
                if (address < PAGE_SIZE)
                        printk(KERN_ALERT "Unable to handle kernel NULL "
-
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