[RFC PATCH 05/12] arm: mm: retry on QSD icache parity errors
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Feb 23 14:09:30 EST 2010
On Tue, Feb 23, 2010 at 11:06:58AM -0800, Daniel Walker wrote:
> On Tue, 2010-02-23 at 19:02 +0000, Russell King - ARM Linux wrote:
>
> > > > Can you not use hook_fault_code() and move the do_imprecise_ext() to a
> > > > platform-specific file (under arch/arm/mach-* maybe)?
> > > >
> > >
> > > How do you mean? I'm not sure how we would move this into
> > > arch/arm/mach- ..
> >
> > Err, exactly as Catalin says. Use hook_fault_code() to hook into the
> > fault table at run time, just like platforms which have to handle
> > imprecise exceptions on PCI and the alignment fault handler do.
>
>
> "Can you not use hook_fault_code()"
>
> Typo maybe ?
I don't think so. It's a request for you to use hook_fault_code().
More information about the linux-arm-kernel
mailing list