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; Thu, 7 May 2009
 23:31:23 -0700
Received: from psmtp.com ([64.18.0.40]) by mail.onstor.com with Microsoft
 SMTPSVC(6.0.3790.3959);	 Thu, 7 May 2009 23:31:23 -0700
Received: from source ([213.58.128.207]) by exprod5mx194.postini.com
 ([64.18.4.13]) with SMTP;	Thu, 07 May 2009 23:31:23 PDT
Received: from localhost.localdomain ([127.0.0.1]:44410 "EHLO
	ftp.linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by ftp.linux-mips.org	with
 ESMTP id S20023611AbZEHGbH (ORCPT	<rfc822;andy.sharp@onstor.com>); Fri, 8 May
 2009 07:31:07 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 08 May 2009 07:30:50
 +0100 (BST)
Received: from pyxis.i-cable.com ([203.83.115.105]:39220 "HELO
	pyxis.i-cable.com" rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org	with SMTP
 id S20023591AbZEHGao (ORCPT	<rfc822;linux-mips@linux-mips.org>); Fri, 8 May
 2009 07:30:44 +0100
Received: (qmail 7947 invoked by uid 104); 8 May 2009 06:30:37 -0000
Received: from 203.83.114.121 by pyxis (envelope-from <r0bertz@gentoo.org>,
 uid 101) with qmail-scanner-2.01  (clamdscan: 0.93.3/7733.
   Clear:RC:1(203.83.114.121):.  Processed in 0.151239 secs); 08 May 2009
 06:30:37 -0000
Received: from ip114121.hkicable.com (HELO silicon.i-cable.com)
 (203.83.114.121)  by 0 with SMTP; 8 May 2009 06:30:36 -0000
Received: from localhost.localdomain (cm222-167-208-75.hkcable.com.hk
 [222.167.208.75])	by silicon.i-cable.com (8.13.5/8.13.5) with ESMTP id
 n486UVwk000812;	Fri, 8 May 2009 14:30:36 +0800 (HKT)
From: Zhang Le <r0bertz@gentoo.org>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
CC: Zhang Le <r0bertz@gentoo.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Thu, 7 May 2009 23:30:02 -0700
Subject: [PATCH 2/3] MIPS: Loongson 2 has cpu_has_uncached_accelerated
 feature
Thread-Topic: [PATCH 2/3] MIPS: Loongson 2 has cpu_has_uncached_accelerated
 feature
Thread-Index: AcnPppuPJlb7pBcNSD27Zwsyh5oevw==
Message-ID:
 <fb705e2eb405eea04853ae53639457a295a7dd90.1241764065.git.r0bertz@gentoo.org>
References: <cover.1241764064.git.r0bertz@gentoo.org>
In-Reply-To: <cover.1241764064.git.r0bertz@gentoo.org>
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: 08 May 2009 06:31:23.0601 (UTC)
 FILETIME=[9B6EA410:01C9CFA6]
x-ems-stamp: +io/cPo0as32Vw1OZocDow==
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-neptune: 3/1/0.33/61
x-pstn-levels: (S:96.20882/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-list: linux-mips
x-archive-position: 22663
x-ecartis-version: Ecartis v1.0.0
x-original-sender: r0bertz@gentoo.org
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

Signed-off-by: Zhang Le <r0bertz@gentoo.org>
---
 .../asm/mach-lemote/cpu-feature-overrides.h        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/include/asm/mach-lemote/cpu-feature-overrides.h b/ar=
ch/mips/include/asm/mach-lemote/cpu-feature-overrides.h
index 52ec54b..700dd17 100644
--- a/arch/mips/include/asm/mach-lemote/cpu-feature-overrides.h
+++ b/arch/mips/include/asm/mach-lemote/cpu-feature-overrides.h
@@ -50,6 +50,7 @@
 #define cpu_has_tlb		1
 #define cpu_has_tx39_cache	0
 #define cpu_has_userlocal	0
+#define cpu_has_uncached_accelerated	1
 #define cpu_has_vce		0
 #define cpu_has_vtag_icache	0
 #define cpu_has_watch		1
--=20
1.6.2.3


