]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/core/irq.cc
Move arrays to Util namespace, add parametric allocator.
[polintos/scott/priv.git] / kernel / core / irq.cc
index 577f63b149dbeef54c6b8aacaa2856594fbae68b..b9e84e6fed9a1b665e851c6e136b583b8ef7becd 100644 (file)
@@ -27,7 +27,7 @@ namespace IRQ {
                
                while (list) {
                        if (list == irq)
-                               throw_idl(ResourceBusy, -1, countarray("IRQ in use"));
+                               throw_idl(ResourceBusy, -1, countarray<ORBMM>("IRQ in use"));
                        
                        insert = &list->next;
                        list = *insert;