Received: from mail.onstor.com (66.201.51.107) by exch1.onstor.net
 (10.0.0.225) with Microsoft SMTP Server id 8.1.311.2; Sat, 14 Feb 2009
 00:10:16 -0800
Received: from chiesmta2-1.messageone.com ([216.203.30.55]) by mail.onstor.com
 with Microsoft SMTPSVC(6.0.3790.3959);	 Sat, 14 Feb 2009 00:10:15 -0800
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])	by
 chiesmta2-1.messageone.com (8.13.8/8.13.8) with ESMTP id n1E8AI9b011668	for
 <andy.sharp@onstor.com>; Sat, 14 Feb 2009 02:10:19 -0600
Received: from localhost.localdomain ([127.0.0.1]:24719 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP	id S21366954AbZBNIJy
 (ORCPT <rfc822;andy.sharp@onstor.com>);	Sat, 14 Feb 2009 08:09:54 +0000
Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 14 Feb 2009 08:09:37
 +0000 (GMT)
Received: from mow300.po.2iij.NET ([210.128.50.200]:4278 "EHLO
 mow.po.2iij.net")	by ftp.linux-mips.org with ESMTP id S21364923AbZBNIJe
 (ORCPT	<rfc822;linux-mips@linux-mips.org>); Sat, 14 Feb 2009 08:09:34 +0000
Received: by mow.po.2iij.net (mow300) id n1E89TtY017558; Sat, 14 Feb 2009
 17:09:29 +0900
Received: from delta (133.6.30.125.dy.iij4u.or.jp [125.30.6.133])	by
 mbox.po.2iij.net (po-mbox303) id n1E89QGA019880	(version=TLSv1/SSLv3
 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);	Sat, 14 Feb 2009 17:09:26
 +0900
From: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
To: Ralf Baechle <ralf@linux-mips.org>
CC: "yoichi_yuasa@tripeaks.co.jp" <yoichi_yuasa@tripeaks.co.jp>, linux-mips
	<linux-mips@linux-mips.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Sat, 14 Feb 2009 00:09:26 -0800
Subject: [PATCH][MIPS] remove "support for" from Cavium system type
Thread-Topic: [PATCH][MIPS] remove "support for" from Cavium system type
Thread-Index: AcmOe6uy0gz/em6KRay18FlLjLGvww==
Message-ID: <20090214170926.d750aaaf.yoichi_yuasa@tripeaks.co.jp>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 0b
X-MS-Exchange-Organization-AuthSource: exch1.onstor.net
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-originalarrivaltime: 14 Feb 2009 08:10:16.0006 (UTC)
 FILETIME=[AB228E60:01C98E7B]
errors-to: linux-mips-bounce@linux-mips.org
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
x-ems-stamp: NQjMyhCupUaFDAOzRNxaUg==
x-messageone-virus-version: vendor=fsecure
 engine=4.65.7400:2.4.4,1.2.40,4.0.164
 definitions=2009-02-13_04:2009-02-10,2009-02-13,2009-02-13 signatures=0
x-messageone-virus-scanned: Clean
x-messageone-envelope-sender: linux-mips-bounce@linux-mips.org
x-messageone-spam-details: rule=m773emszm_notspam policy=m773emszm score=0
 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam
 adjust=0 reason=mlx engine=3.1.0-0810130000 definitions=main-0902130235
x-messageone-spam-score: 0
x-messageone-spam-bar:
x-list: linux-mips
x-archive-position: 21938
x-ecartis-version: Ecartis v1.0.0
x-original-sender: yoichi_yuasa@tripeaks.co.jp
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0


Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/Kconfig linux/=
arch/mips/Kconfig
--- linux-orig/arch/mips/Kconfig	2009-02-14 16:56:19.274686578 +0900
+++ linux/arch/mips/Kconfig	2009-02-14 16:57:14.474681145 +0900
@@ -596,7 +596,7 @@ config WR_PPMC
 	  board, which is based on GT64120 bridge chip.
=20
 config CAVIUM_OCTEON_SIMULATOR
-	bool "Support for the Cavium Networks Octeon Simulator"
+	bool "Cavium Networks Octeon Simulator"
 	select CEVT_R4K
 	select 64BIT_PHYS_ADDR
 	select DMA_COHERENT
@@ -610,7 +610,7 @@ config CAVIUM_OCTEON_SIMULATOR
 	  hardware.
=20
 config CAVIUM_OCTEON_REFERENCE_BOARD
-	bool "Support for the Cavium Networks Octeon reference board"
+	bool "Cavium Networks Octeon reference board"
 	select CEVT_R4K
 	select 64BIT_PHYS_ADDR
 	select DMA_COHERENT

