feat/kernel: Made it print out which CPU is ticking
This commit is contained in:
parent
85e2eaf376
commit
c15b93e001
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ struct flanterm_context *ft_ctx = NULL;
|
|||
|
||||
void tick(struct register_ctx *)
|
||||
{
|
||||
log_early("tick");
|
||||
log_early("tick on CPU %d", get_cpu_local()->cpu_index);
|
||||
}
|
||||
|
||||
void emk_entry(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue