This commit is contained in:
NAKAMURA Gou
2016-01-06 14:59:27 +09:00
parent 914faf042d
commit f7d81a9281

View File

@ -788,7 +788,7 @@ interrupt_syscall(int pid, int cpuid)
lerror = syscall_generic_forwarding(__NR_kill, &ctx);
if (lerror) {
kprintf("clear_host_pte failed. %ld\n", lerror);
kprintf("interrupt_syscall failed. %ld\n", lerror);
}
return;
}