From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 02 Oct 2007 15:36:29 +0100 (BST) Received: from mail.bawue.net ([193.7.176.63]:18319 "EHLO mail.bawue.net") by ftp.linux-mips.org with ESMTP id S20024285AbXJBOgT (ORCPT ); Tue, 2 Oct 2007 15:36:19 +0100 Received: from lagash (intrt.mips-uk.com [194.74.144.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id 8778CE0047; Tue, 2 Oct 2007 16:36:24 +0200 (CEST) Received: from ths by lagash with local (Exim 4.67) (envelope-from ) id 1Icir6-0003Pr-DS; Tue, 02 Oct 2007 15:36:12 +0100 Date: Tue, 2 Oct 2007 15:36:12 +0100 From: Thiemo Seufer To: "Maciej W. Rozycki" Cc: Ralf Baechle , linux-mips@linux-mips.org Subject: Re: [PATCH] mm/pg-r4k.c: Fix a typo in an R4600 v2 erratum workaround Message-ID: <20071002143612.GE16772@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 16794 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ths@networkno.de Precedence: bulk X-list: linux-mips Maciej W. Rozycki wrote: > Restore a load from KSEG1 done as a workaround for an R4600 v2 > erratum, dropped with 211be16de99a7424e66c0b6c0d00e2c970508ac2. > > Signed-off-by: Maciej W. Rozycki > --- > Thiemo, > > It reverts your change of Sep 1st, 2005; given the way the code is > written, I am assuming the change was accidental, correct? At the moment > the load never happens. That's correct. Thiemo