From: Paul Mundt Date: Thu, 10 Jan 2008 05:07:03 +0000 (+0900) Subject: sh: Correct pte size mismatch for X2 TLB. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b62ad83d91ebf1368e9e72d476b18698ac67bef9;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 --- diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c index 60d74f793a1..33b43d20e9f 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 "