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; Mon, 5 Jan 2009
 15:36:08 -0800
Received: from ausesmta2-1.messageone.com ([64.20.241.45]) by mail.onstor.com
 with Microsoft SMTPSVC(6.0.3790.3959);	 Mon, 5 Jan 2009 15:36:07 -0800
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])	by
 ausesmta2-1.messageone.com (8.13.8/8.13.8) with ESMTP id n05Na8VC021317	for
 <andy.sharp@onstor.com>; Mon, 5 Jan 2009 17:36:08 -0600
Received: from localhost.localdomain ([127.0.0.1]:31181 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP	id S24208499AbZAEXb0
 (ORCPT <rfc822;andy.sharp@onstor.com>);	Mon, 5 Jan 2009 23:31:26 +0000
Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 05 Jan 2009 23:31:09
 +0000 (GMT)
Received: from mail3.caviumnetworks.com ([12.108.191.235]:53743 "EHLO
	mail3.caviumnetworks.com") by ftp.linux-mips.org with ESMTP	id
 S24190235AbZAEXbG (ORCPT <rfc822;linux-mips@linux-mips.org>);	Mon, 5 Jan 2009
 23:31:06 +0000
Received: from exch4.caveonetworks.com (Not Verified[192.168.16.23]) by
 mail3.caviumnetworks.com with MailMarshal (v6,2,2,3503)	id <B496297d10000>;
 Mon, 05 Jan 2009 18:29:26 -0500
Received: from exch4.caveonetworks.com ([192.168.16.23]) by
 exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959);	 Mon, 5 Jan
 2009 15:29:18 -0800
Received: from dd1.caveonetworks.com ([64.169.86.201]) by
 exch4.caveonetworks.com over TLS secured channel with Microsoft
 SMTPSVC(6.0.3790.3959);	 Mon, 5 Jan 2009 15:29:18 -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 n05NTFMY018505;	Mon, 5
 Jan 2009 15:29:15 -0800
Received: (from ddaney@localhost)	by dd1.caveonetworks.com
 (8.14.2/8.14.2/Submit) id n05NTFrX018503;	Mon, 5 Jan 2009 15:29:15 -0800
From: David Daney <ddaney@caviumnetworks.com>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
CC: David Daney <ddaney@caviumnetworks.com>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Mon, 5 Jan 2009 15:29:14 -0800
Subject: [PATCH] MIPS: Use hardware watchpoints on all R1 and R2 CPUs.
Thread-Topic: [PATCH] MIPS: Use hardware watchpoints on all R1 and R2 CPUs.
Thread-Index: AclvjmJpVmWzia6tQcSZP7g7t7LdKw==
Message-ID: <1231198154-18480-1-git-send-email-ddaney@caviumnetworks.com>
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: 05 Jan 2009 23:29:18.0310 (UTC)
 FILETIME=[6DFC6860:01C96F8D]
errors-to: linux-mips-bounce@linux-mips.org
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
x-ems-stamp: xmG0ZFAtCmbg/lPrGeWZdQ==
x-messageone-virus-version: vendor=fsecure
 engine=4.65.7400:2.4.4,1.2.40,4.0.164
 definitions=2009-01-06_01:2008-12-22,2009-01-06,2009-01-05 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-0901050162
x-messageone-spam-score: 0
x-messageone-spam-bar:
x-list: linux-mips
x-archive-position: 21684
x-ecartis-version: Ecartis v1.0.0
x-original-sender: ddaney@caviumnetworks.com
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

The previous definition inadvertently omits Octeon.

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

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ea2b262..39b7081 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1360,7 +1360,7 @@ config CPU_SUPPORTS_64BIT_KERNEL
 #
 config HARDWARE_WATCHPOINTS
        bool
-       default y if CPU_MIPS32 || CPU_MIPS64
+       default y if CPU_MIPSR1 || CPU_MIPSR2
=20
 menu "Kernel type"
=20
--=20
1.5.6.6


