x86/mce: Remove mce_inject_log() in favor of mce_log()
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / mce / inject.c
index 1f30117..3413b41 100644 (file)
@@ -494,7 +494,7 @@ static void do_inject(void)
                i_mce.status |= MCI_STATUS_SYNDV;
 
        if (inj_type == SW_INJ) {
-               mce_inject_log(&i_mce);
+               mce_log(&i_mce);
                return;
        }