summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-06-11 23:05:41 +0200
committerFrank Gevaerts <frank@gevaerts.be>2012-06-11 23:05:41 +0200
commit10b2143fbf56bd03a2050f06617d5af7dbb911df (patch)
tree4505a2225194c658dc90e518d3c289d381693a31 /firmware/export/config.h
parentd1560e5869f27fd7f362a08bdb64878f11290046 (diff)
The threading model should be set from configure, not config.h.
Change-Id: If87bbd4a02825df20e5fe29c4ada85bf5ba25e99
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index d9e32ce8cc..f654609966 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1133,9 +1133,4 @@ Lyre prototype 1 */
#define HAVE_PITCHCONTROL
#endif
-#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(CPU_MIPS)
-/* We don't have our own MIPS hosted threading support yet */
-#define HAVE_SIGALTSTACK_THREADS
-#endif
-
#endif /* __CONFIG_H__ */