summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 9ce8ad1fd1..4300d1a55d 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -50,15 +50,6 @@
#define RTEMS_SCORE_THREAD_ENABLE_USER_PROVIDED_STACK_VIA_API
#endif
-/*
- * Deferred floating point context switches are not currently
- * supported when in SMP configuration.
- */
-#if defined(RTEMS_SMP)
- #undef CPU_USE_DEFERRED_FP_SWITCH
- #define CPU_USE_DEFERRED_FP_SWITCH FALSE
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif