[PATCH 2/5] Add 'code' parameter for hook_fault_code()

Kirill A. Shutemov kirill at shutemov.name
Tue Jul 27 05:42:04 EDT 2010


On Tue, Jul 27, 2010 at 10:35:37AM +0100, Russell King - ARM Linux wrote:
> On Mon, Jul 19, 2010 at 11:53:22AM +0300, Kirill A. Shutsemov wrote:
> > diff --git a/arch/arm/mach-ixp2000/pci.c b/arch/arm/mach-ixp2000/pci.c
> > index 90771ca..853fd90 100644
> > --- a/arch/arm/mach-ixp2000/pci.c
> > +++ b/arch/arm/mach-ixp2000/pci.c
> > @@ -209,7 +209,7 @@ ixp2000_pci_preinit(void)
> >  			"the needed workaround has not been configured in");
> >  #endif
> >  
> > -	hook_fault_code(16+6, ixp2000_pci_abort_handler, SIGBUS,
> > +	hook_fault_code(16+6, ixp2000_pci_abort_handler, SIGBUS, 0
> >  				"PCI config cycle to non-existent device");
> 
> This is broken - can you submit a fixed version please?

Done.

-- 
 Kirill A. Shutemov



More information about the linux-arm-kernel mailing list