mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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 <lethal@linux-sh.org>
This commit is contained in:
parent
e08d8aaead
commit
b62ad83d91
|
|
@ -172,7 +172,7 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
|
|||
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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user