From: Paul Mundt Date: Wed, 21 Nov 2007 07:55:27 +0000 (+0900) Subject: sh: Kill off a stray proc tlb reference in fault_64. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ddf7f1d339861b9867342edccc9c6b864ca9dd26;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git sh: Kill off a stray proc tlb reference in fault_64. Signed-off-by: Paul Mundt --- 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, 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