| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: Remove leftover declarations. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Wed, 28 Apr 2010 18:51:59 -0700 |
| Cc: | David Daney <ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: David Daney <ddaney@caviumnetworks.com> --- arch/mips/mm/tlbex.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 5121a5b..e981277 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c @@ -1003,15 +1003,6 @@ static void __cpuinit build_r4000_tlb_refill_handler(void) } /* - * TLB load/store/modify handlers. - * - * Only the fastpath gets synthesized at runtime, the slowpath for - * do_page_fault remains normal asm. - */ -extern void tlb_do_page_fault_0(void); -extern void tlb_do_page_fault_1(void); - -/* * 128 instructions for the fastpath handler is generous and should * never be exceeded. */ -- 1.6.6.1 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 3/3] MIPS: Check for accesses beyond the end of the PGD., Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Remove leftover declarations., Ralf Baechle |
| Previous by Thread: | [PATCH] mips/swarm: update defconfig, Sebastian Andrzej Siewior |
| Next by Thread: | Re: [PATCH] MIPS: Remove leftover declarations., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |