Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Thu, 3 Dec 2009
 18:44:53 -0700
Received: from mail2.lsil.com (mail2.lsil.com [147.145.40.22])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id nB41inwY002246	for
 <andy.sharp@lsi.com>; Thu, 3 Dec 2009 17:44:53 -0800
Received: from psmtp.com (na3sys009amx181.postini.com [74.125.149.162])	by
 mail2.lsil.com (8.12.11/8.12.11) with SMTP id nB41ec98008584	for
 <andy.sharp@lsi.com>; Thu, 3 Dec 2009 17:40:40 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx181.postini.com
 ([74.125.148.14]) with SMTP;	Thu, 03 Dec 2009 17:44:48 PST
Received: from localhost.localdomain ([127.0.0.1]:52559 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1494408AbZLDBoZ (ORCPT
        <rfc822;andy.sharp@lsi.com>); Fri, 4 Dec 2009 02:44:25 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 04 Dec 2009 02:44:08
 +0100 (CET)
Received: from smtp2.caviumnetworks.com ([209.113.159.134]:14882 "EHLO
        smtp2.caviumnetworks.com" rhost-flags-OK-OK-OK-OK)        by
 eddie.linux-mips.org with ESMTP id S1494402AbZLDBoE (ORCPT
        <rfc822;linux-mips@linux-mips.org>); Fri, 4 Dec 2009 02:44:04 +0100
Received: from maexch1.caveonetworks.com (Not Verified[192.168.14.20]) by
 smtp2.caviumnetworks.com with MailMarshal (v6,5,4,7535)        id
 <B4b1868790000>; Thu, 03 Dec 2009 20:40:09 -0500
Received: from caexch01.caveonetworks.com ([192.168.16.9]) by
 maexch1.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959);         Thu,
 3 Dec 2009 20:44:00 -0500
Received: from dd1.caveonetworks.com ([12.108.191.236]) by
 caexch01.caveonetworks.com over TLS secured channel with Microsoft
 SMTPSVC(6.0.3790.3959);         Thu, 3 Dec 2009 17:43:58 -0800
Received: from dd1.caveonetworks.com (localhost.localdomain [127.0.0.1])
        by dd1.caveonetworks.com (8.14.2/8.14.2) with ESMTP id nB41htE2015112;
        Thu, 3 Dec 2009 17:43:56 -0800
Received: (from ddaney@localhost)        by dd1.caveonetworks.com
 (8.14.2/8.14.2/Submit) id nB41hsOn015110;        Thu, 3 Dec 2009 17:43:54
 -0800
From: David Daney <ddaney@caviumnetworks.com>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	"ralf@linux-mips.org" <ralf@linux-mips.org>
CC: David Daney <ddaney@caviumnetworks.com>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Thu, 3 Dec 2009 18:43:54 -0700
Subject: [PATCH] MIPS: Cleanup forgotten label_module_alloc in tlbex.c
Thread-Topic: [PATCH] MIPS: Cleanup forgotten label_module_alloc in tlbex.c
Thread-Index: Acp0g2A2M8z0/9pVQCyB8PEoZjfdjg==
Message-ID: <1259891034-15086-1-git-send-email-ddaney@caviumnetworks.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-originalarrivaltime: 04 Dec 2009 01:43:58.0737 (UTC)
 FILETIME=[3F70B810:01CA7483]
x-pstn-levels: (S:96.21939/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <ddaney@caviumnetworks.com> [22/1] 
x-pstn-neptune: 0/0/0.00/0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

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 =3D 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 {
=20
 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(vo=
id)
 	} else {
 #if defined(CONFIG_HUGETLB_PAGE)
 		const enum label_id ls =3D label_tlb_huge_update;
-#elif defined(MODULE_START)
-		const enum label_id ls =3D label_module_alloc;
 #else
 		const enum label_id ls =3D label_vmalloc;
 #endif
--=20
1.6.0.6


