SIM: Add TLS support to to the simulator

This commit is contained in:
Gregory Nutt
2016-03-11 14:03:27 -06:00
parent 4d484399a9
commit a74c19bbae
4 changed files with 146 additions and 7 deletions
+1
View File
@@ -55,6 +55,7 @@ config ARCH_SH
config ARCH_SIM
bool "Simulation"
select ARCH_HAVE_MULTICPU
select ARCH_HAVE_TLS
select ARCH_HAVE_TICKLESS
select ARCH_HAVE_POWEROFF
---help---