Skip to content

Commit

Permalink
sh: Kill off a stray proc tlb reference in fault_64.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 7137306 commit ddf7f1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/sh/mm/fault_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ asmlinkage int do_fast_page_fault(unsigned long long ssr_md,
protection_flags = expevt_lookup_table.protection_flags[index];
textaccess = expevt_lookup_table.is_text_access[index];

#ifdef CONFIG_SH64_PROC_TLB
++calls_to_do_fast_page_fault;
#endif

/* SIM
* Note this is now called with interrupts still disabled
* This is to cope with being called for a missing IO port
Expand Down

0 comments on commit ddf7f1d

Please sign in to comment.