conditionalize wfi use

This commit is contained in:
NIIBE Yutaka
2013-05-28 15:25:09 +09:00
parent 6c1bfe000b
commit 62d20a323f
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
* chopstx.c (chopstx_intr_wait): Rename from chopstx_wait_intr.
(chopstx_usec_wait): Rename from chosptx_usleep.
(chopstx_cancel, chopstx_testcancel): New.
(idle): Moved from entry.c and use WFI.
(idle): Moved from entry.c and use WFI if USE_WFI_FOR_IDLE.
2013-05-27 Niibe Yutaka <gniibe@fsij.org>