Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
... but disable that for now since it doesn't seem to work on the t410
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed May 27, 2021
1 parent aba10db commit 9c8caa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sys/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static void _kidle(void) {

static void _kburn(void) {
while (1) {
arch_pause();
//arch_pause();
if (((volatile list_t *)process_queue)->head) switch_next();
}
}
Expand Down

0 comments on commit 9c8caa6

Please sign in to comment.