IKC: separate IRQ between Master-channel and Regular-channel

This commit is contained in:
Ken Sato
2017-03-24 18:13:16 +09:00
committed by Balazs Gerofi
parent fbd9086ce5
commit 65dc3440cb
5 changed files with 8 additions and 13 deletions

View File

@@ -977,7 +977,7 @@ void handle_interrupt(int vector, struct x86_user_context *regs)
else {
list_for_each_entry(h, &handlers[vector - 32], list) {
if (h->func) {
h->func(h->priv);
h->func(h->priv, vector);
}
}
}