sh: Kill off a stray proc tlb reference in fault_64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
7137306806
commit
ddf7f1d339
|
@ -242,10 +242,6 @@ asmlinkage int do_fast_page_fault(unsigned long long ssr_md,
|
||||||
protection_flags = expevt_lookup_table.protection_flags[index];
|
protection_flags = expevt_lookup_table.protection_flags[index];
|
||||||
textaccess = expevt_lookup_table.is_text_access[index];
|
textaccess = expevt_lookup_table.is_text_access[index];
|
||||||
|
|
||||||
#ifdef CONFIG_SH64_PROC_TLB
|
|
||||||
++calls_to_do_fast_page_fault;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* SIM
|
/* SIM
|
||||||
* Note this is now called with interrupts still disabled
|
* Note this is now called with interrupts still disabled
|
||||||
* This is to cope with being called for a missing IO port
|
* This is to cope with being called for a missing IO port
|
||||||
|
|
Loading…
Reference in New Issue