* [PATCH] MIPS: Cleanup forgotten label_module_alloc in tlbex.c
@ 2009-12-04 1:43 David Daney
2009-12-19 21:48 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2009-12-04 1:43 UTC (permalink / raw)
To: linux-mips, ralf; +Cc: David Daney
commit e0cc87f59490d7d62a8ab2a76498dc8a2b64927a left
label_module_alloc unused. Remove it now.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
arch/mips/mm/tlbex.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
index 571f92f..3d6f48a 100644
--- a/arch/mips/mm/tlbex.c
+++ b/arch/mips/mm/tlbex.c
@@ -73,9 +73,6 @@ static int __cpuinit m4kc_tlbp_war(void)
enum label_id {
label_second_part = 1,
label_leave,
-#ifdef MODULE_START
- label_module_alloc,
-#endif
label_vmalloc,
label_vmalloc_done,
label_tlbw_hazard,
@@ -92,9 +89,6 @@ enum label_id {
UASM_L_LA(_second_part)
UASM_L_LA(_leave)
-#ifdef MODULE_START
-UASM_L_LA(_module_alloc)
-#endif
UASM_L_LA(_vmalloc)
UASM_L_LA(_vmalloc_done)
UASM_L_LA(_tlbw_hazard)
@@ -821,8 +815,6 @@ static void __cpuinit build_r4000_tlb_refill_handler(void)
} else {
#if defined(CONFIG_HUGETLB_PAGE)
const enum label_id ls = label_tlb_huge_update;
-#elif defined(MODULE_START)
- const enum label_id ls = label_module_alloc;
#else
const enum label_id ls = label_vmalloc;
#endif
--
1.6.0.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: Cleanup forgotten label_module_alloc in tlbex.c
2009-12-04 1:43 [PATCH] MIPS: Cleanup forgotten label_module_alloc in tlbex.c David Daney
@ 2009-12-19 21:48 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-12-19 21:48 UTC (permalink / raw)
To: David Daney; +Cc: linux-mips
On Thu, Dec 03, 2009 at 05:43:54PM -0800, David Daney wrote:
> commit e0cc87f59490d7d62a8ab2a76498dc8a2b64927a left
> label_module_alloc unused. Remove it now.
>
> Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-19 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04 1:43 [PATCH] MIPS: Cleanup forgotten label_module_alloc in tlbex.c David Daney
2009-12-19 21:48 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).