aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 02:55:27 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:52 -0500
commitddf7f1d339861b9867342edccc9c6b864ca9dd26 (patch)
tree3b950cf074bce0f84f5cd89a9cd335fe7cc92668 /arch/sh/mm
parent71373068067b01c963eed1350909de81fc6a6d04 (diff)
sh: Kill off a stray proc tlb reference in fault_64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r--arch/sh/mm/fault_64.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/mm/fault_64.c b/arch/sh/mm/fault_64.c
index 1469aa70bc78..399d53710d2f 100644
--- a/arch/sh/mm/fault_64.c
+++ b/arch/sh/mm/fault_64.c
@@ -242,10 +242,6 @@ asmlinkage int do_fast_page_fault(unsigned long long ssr_md,
242 protection_flags = expevt_lookup_table.protection_flags[index]; 242 protection_flags = expevt_lookup_table.protection_flags[index];
243 textaccess = expevt_lookup_table.is_text_access[index]; 243 textaccess = expevt_lookup_table.is_text_access[index];
244 244
245#ifdef CONFIG_SH64_PROC_TLB
246 ++calls_to_do_fast_page_fault;
247#endif
248
249 /* SIM 245 /* SIM
250 * Note this is now called with interrupts still disabled 246 * Note this is now called with interrupts still disabled
251 * This is to cope with being called for a missing IO port 247 * This is to cope with being called for a missing IO port