X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=kernel%2Fcore%2Firq.cc;fp=kernel%2Fcore%2Firq.cc;h=b9e84e6fed9a1b665e851c6e136b583b8ef7becd;hp=577f63b149dbeef54c6b8aacaa2856594fbae68b;hb=cc1bee96fd874ff2c85c765f81ec2f4ba4584b9d;hpb=9fa824211a5dcb9a87d18b45d604599748dbff6c diff --git a/kernel/core/irq.cc b/kernel/core/irq.cc index 577f63b..b9e84e6 100644 --- a/kernel/core/irq.cc +++ b/kernel/core/irq.cc @@ -27,7 +27,7 @@ namespace IRQ { while (list) { if (list == irq) - throw_idl(ResourceBusy, -1, countarray("IRQ in use")); + throw_idl(ResourceBusy, -1, countarray("IRQ in use")); insert = &list->next; list = *insert;