diff options
-rw-r--r-- | 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 60d74f793a1d..33b43d20e9f6 100644 --- a/arch/sh/mm/fault_32.c +++ b/arch/sh/mm/fault_32.c | |||
@@ -172,7 +172,7 @@ no_context: | |||
172 | bust_spinlocks(1); | 172 | bust_spinlocks(1); |
173 | 173 | ||
174 | if (oops_may_print()) { | 174 | if (oops_may_print()) { |
175 | __typeof__(pte_val(__pte(0))) page; | 175 | unsigned long page; |
176 | 176 | ||
177 | if (address < PAGE_SIZE) | 177 | if (address < PAGE_SIZE) |
178 | printk(KERN_ALERT "Unable to handle kernel NULL " | 178 | printk(KERN_ALERT "Unable to handle kernel NULL " |