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, 7 Jan 2010
 15:34:21 -0700
Received: from mail1.lsil.com (mail1.lsil.com [147.145.40.21])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id o07MYLUT014881	for
 <andy.sharp@lsi.com>; Thu, 7 Jan 2010 14:34:21 -0800
Received: from psmtp.com (na3sys009amx163.postini.com [74.125.149.89])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id o07MYJtA000889	for
 <andy.sharp@lsi.com>; Thu, 7 Jan 2010 14:34:19 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx163.postini.com
 ([74.125.148.14]) with SMTP;	Thu, 07 Jan 2010 22:34:19 GMT
Received: from localhost.localdomain ([127.0.0.1]:54154 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1492788Ab0AGWeO (ORCPT
        <rfc822;andy.sharp@lsi.com>); Thu, 7 Jan 2010 23:34:14 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 07 Jan 2010 23:33:57
 +0100 (CET)
Received: from mail3.caviumnetworks.com ([12.108.191.235]:4439 "EHLO
        mail3.caviumnetworks.com" rhost-flags-OK-OK-OK-OK)        by
 eddie.linux-mips.org with ESMTP id S1492290Ab0AGWdx (ORCPT
        <rfc822;linux-mips@linux-mips.org>); Thu, 7 Jan 2010 23:33:53 +0100
Received: from caexch01.caveonetworks.com (Not Verified[192.168.16.9]) by
 mail3.caviumnetworks.com with MailMarshal (v6,5,4,7535)        id
 <B4b46614d0003>; Thu, 07 Jan 2010 14:33:49 -0800
Received: from caexch01.caveonetworks.com ([192.168.16.9]) by
 caexch01.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959);
         Thu, 7 Jan 2010 14:33:33 -0800
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, 7 Jan 2010 14:33:33 -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 o07MXV3O021689;
        Thu, 7 Jan 2010 14:33:31 -0800
Received: (from ddaney@localhost)        by dd1.caveonetworks.com
 (8.14.2/8.14.2/Submit) id o07MXUSD021687;        Thu, 7 Jan 2010 14:33:30
 -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, 7 Jan 2010 15:33:30 -0700
Subject: [PATCH] MIPS: Remove unused macros from barrier.h
Thread-Topic: [PATCH] MIPS: Remove unused macros from barrier.h
Thread-Index: AcqP6Y7VDKga1wpfRIKp1n+wxR6LfA==
Message-ID: <1262903610-21663-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: 07 Jan 2010 22:33:33.0679 (UTC)
 FILETIME=[720877F0:01CA8FE9]
x-pstn-levels: (S:99.90000/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

The smp_llsc_rmb() and smp_llsc_wmb() macros are not used in the tree,
remove them.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
 arch/mips/include/asm/barrier.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/mips/include/asm/barrier.h b/arch/mips/include/asm/barrie=
r.h
index 8e9ac31..91785dc 100644
--- a/arch/mips/include/asm/barrier.h
+++ b/arch/mips/include/asm/barrier.h
@@ -149,7 +149,5 @@
 	do { var =3D value; smp_mb(); } while (0)
=20
 #define smp_llsc_mb()	__asm__ __volatile__(__WEAK_LLSC_MB : : :"memory")
-#define smp_llsc_rmb()	__asm__ __volatile__(__WEAK_LLSC_MB : : :"memory")
-#define smp_llsc_wmb()	__asm__ __volatile__(__WEAK_LLSC_MB : : :"memory")
=20
 #endif /* __ASM_BARRIER_H */
--=20
1.6.0.6


