From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Tue, 08 Jun 2010 03:10:54 +0000 Subject: Re: [PATCH 1/2] sh: Drop dependence for 29bit mode of trigger_address_error() Message-Id: <20100608031054.GA6376@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Tue, Jun 08, 2010 at 11:00:13AM +0900, Nobuhiro Iwamatsu wrote: > When CONFIG_PMB enable, ITLB is not cleared by reset of watchdog timer. > This should use trigger_address_error(). > > Signed-off-by: Nobuhiro Iwamatsu The whole reason for the 29-bit dependence is that we have no way to trigger an address error reset in 32-bit mode. Have you even tested this?