summaryrefslogtreecommitdiff
path: root/core/nds32/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/task.c')
-rw-r--r--core/nds32/task.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/nds32/task.c b/core/nds32/task.c
index 88bd731051..9310223989 100644
--- a/core/nds32/task.c
+++ b/core/nds32/task.c
@@ -134,11 +134,7 @@ uint8_t task_stacks[0
#undef TASK
/* Reserve space to discard context on first context switch. */
-#ifdef CONFIG_FPU
-uint32_t scratchpad[19+18];
-#else
uint32_t scratchpad[19];
-#endif
task_ *current_task = (task_ *)scratchpad;