refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / arch / i386 / exceptions / interrupts.c
index 84a29c1ea4f98384ad250233cc6188357dc1ae5c..a323008b977886e0609802122776d931a7e7d52d 100644 (file)
@@ -28,7 +28,7 @@ intr_handler(isr_param* param)
         goto done;
     }
 
-    kprintf(KERROR "INT %u: (%x) [%p: %p] Unknown",
+    ERROR("INT %u: (%x) [%p: %p] Unknown",
             execp->vector,
             execp->err_code,
             execp->cs,