refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / arch / i386 / exceptions / intr_routines.c
index 33b33c8e92ef091abb3c29ae59d79a33f602b38f..77a13722f0373a61b15d5c00d83263c5f88b7de0 100644 (file)
@@ -23,7 +23,7 @@ extern u32_t debug_resv;
 void
 __print_panic_msg(const char* msg, const isr_param* param)
 {
-    kprintf(KERROR "panic: %s", msg);
+    ERROR("panic: %s", msg);
     trace_printstack_isr(param);
 }