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

Russell King - ARM Linux linux at arm.linux.org.uk
Tue Jul 27 05:35:37 EDT 2010


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?



More information about the linux-arm-kernel mailing list