ARM: Partial implementation of TLS

This commit is contained in:
Gregory Nutt
2016-03-10 19:29:21 -06:00
parent 5445a1af83
commit 78e4ca2bc7
4 changed files with 115 additions and 24 deletions
+1
View File
@@ -10,6 +10,7 @@ choice
config ARCH_ARM
bool "ARM"
select ARCH_HAVE_INTERRUPTSTACK
select ARCH_HAVE_TLS
select ARCH_HAVE_VFORK
select ARCH_HAVE_STACKCHECK
select ARCH_HAVE_CUSTOMOPT