bug fix for flag_sched_rr

This commit is contained in:
NIIBE Yutaka
2013-06-06 14:44:54 +09:00
parent c838e3f0e9
commit 0b46ccbae1
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
* entry.c: Include sys.h for clock_init and gpio_init.
* chopstx.c (PREEMPTION_USEC): Fix the value.
(sched): Check tp != NULL to see flag_sched_rr.
2013-06-05 Niibe Yutaka <gniibe@fsij.org>