Add chx_sleep_mode.

This commit is contained in:
NIIBE Yutaka
2017-11-15 17:09:30 +09:00
parent 13926ac05a
commit 941a8f6fbd
4 changed files with 86 additions and 1 deletions

View File

@@ -342,3 +342,8 @@ chopstx_create_arch (uintptr_t stack_addr, size_t stack_size,
chx_cpu_sched_unlock ();
return tp;
}
void
chx_sleep_mode (int enable_sleep)
{
}