Fix a typo.
This commit is contained in:
parent
44ddb776c6
commit
5c79f1f9df
@ -833,7 +833,7 @@ cpu_idle(int busy)
|
||||
/* Call main idle method. */
|
||||
cpu_idle_fn(sbt);
|
||||
|
||||
/* Switch timers mack into active mode. */
|
||||
/* Switch timers back into active mode. */
|
||||
if (!busy) {
|
||||
cpu_activeclock();
|
||||
critical_exit();
|
||||
|
@ -1416,7 +1416,7 @@ cpu_idle(int busy)
|
||||
/* Call main idle method. */
|
||||
cpu_idle_fn(sbt);
|
||||
|
||||
/* Switch timers mack into active mode. */
|
||||
/* Switch timers back into active mode. */
|
||||
if (!busy) {
|
||||
cpu_activeclock();
|
||||
critical_exit();
|
||||
|
@ -1228,7 +1228,7 @@ cpu_idle(int busy)
|
||||
/* Call main idle method. */
|
||||
cpu_idle_fn(sbt);
|
||||
|
||||
/* Switch timers mack into active mode. */
|
||||
/* Switch timers back into active mode. */
|
||||
if (!busy) {
|
||||
cpu_activeclock();
|
||||
critical_exit();
|
||||
|
Loading…
Reference in New Issue
Block a user