fix a couple of debug msgs
This commit is contained in:
@@ -105,7 +105,7 @@ static int set_perfctr_x86_direct(int counter, int mode, unsigned int value)
|
|||||||
wrmsr(MSR_IA32_PERFEVTSEL0 + counter, value);
|
wrmsr(MSR_IA32_PERFEVTSEL0 + counter, value);
|
||||||
|
|
||||||
//kprintf("wrmsr: %d <= %x\n", MSR_PERF_GLOBAL_CTRL, 0);
|
//kprintf("wrmsr: %d <= %x\n", MSR_PERF_GLOBAL_CTRL, 0);
|
||||||
kprintf("wrmsr: %d <= %x\n", MSR_IA32_PERFEVTSEL0 + counter, value);
|
//kprintf("wrmsr: %d <= %x\n", MSR_IA32_PERFEVTSEL0 + counter, value);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -371,7 +371,7 @@ int main(void)
|
|||||||
}
|
}
|
||||||
kmsg_init(mode);
|
kmsg_init(mode);
|
||||||
|
|
||||||
kputs("MCK started.\n");
|
kputs("IHK/McKernel started.\n");
|
||||||
|
|
||||||
arch_init();
|
arch_init();
|
||||||
|
|
||||||
@@ -393,7 +393,7 @@ int main(void)
|
|||||||
|
|
||||||
futex_init();
|
futex_init();
|
||||||
|
|
||||||
kputs("MCK/IHK booted.\n");
|
kputs("IHK/McKernel booted.\n");
|
||||||
|
|
||||||
#ifdef DCFA_KMOD
|
#ifdef DCFA_KMOD
|
||||||
mc_cmd_client_init();
|
mc_cmd_client_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user