You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] ixp4xxdefconfig arm fixes
With the following patch, the ixp4xxdefconfig builds correctly. I'll test some more configs if I get some time. Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b7696ee3c0
commit
e317c8ccaa
+1
-1
@@ -38,7 +38,7 @@ static void resend_irqs(unsigned long arg)
|
||||
clear_bit(irq, irqs_resend);
|
||||
desc = irq_desc + irq;
|
||||
local_irq_disable();
|
||||
desc->handle_irq(irq, desc, NULL);
|
||||
desc->handle_irq(irq, desc);
|
||||
local_irq_enable();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user