Skip to content

Commit

Permalink
Merge branch 'for-rmk-fixes' of git://git.infradead.org/users/cbou/li…
Browse files Browse the repository at this point in the history
…nux-cns3xxx
  • Loading branch information
Russell King committed Dec 6, 2010
2 parents 8750750 + 4426641 commit f444a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-cns3xxx/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int __init cns3xxx_pcie_init(void)
{
int i;

hook_fault_code(16 + 6, cns3xxx_pcie_abort_handler, SIGBUS,
hook_fault_code(16 + 6, cns3xxx_pcie_abort_handler, SIGBUS, 0,
"imprecise external abort");

for (i = 0; i < ARRAY_SIZE(cns3xxx_pcie); i++) {
Expand Down

0 comments on commit f444a57

Please sign in to comment.