Merge branch 'misc' into devel
Conflicts: arch/arm/mm/init.c
This commit is contained in:
@@ -505,10 +505,10 @@ void __init pci_v3_preinit(void)
|
||||
/*
|
||||
* Hook in our fault handler for PCI errors
|
||||
*/
|
||||
hook_fault_code(4, v3_pci_fault, SIGBUS, "external abort on linefetch");
|
||||
hook_fault_code(6, v3_pci_fault, SIGBUS, "external abort on linefetch");
|
||||
hook_fault_code(8, v3_pci_fault, SIGBUS, "external abort on non-linefetch");
|
||||
hook_fault_code(10, v3_pci_fault, SIGBUS, "external abort on non-linefetch");
|
||||
hook_fault_code(4, v3_pci_fault, SIGBUS, 0, "external abort on linefetch");
|
||||
hook_fault_code(6, v3_pci_fault, SIGBUS, 0, "external abort on linefetch");
|
||||
hook_fault_code(8, v3_pci_fault, SIGBUS, 0, "external abort on non-linefetch");
|
||||
hook_fault_code(10, v3_pci_fault, SIGBUS, 0, "external abort on non-linefetch");
|
||||
|
||||
spin_lock_irqsave(&v3_lock, flags);
|
||||
|
||||
|
Reference in New Issue
Block a user