aboutsummaryrefslogtreecommitdiff
path: root/test/test_initrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_initrd.c')
-rw-r--r--test/test_initrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_initrd.c b/test/test_initrd.c
index 3d07b67..fb5197b 100644
--- a/test/test_initrd.c
+++ b/test/test_initrd.c
@@ -6,7 +6,7 @@
#include <fbos/sched.h>
#include <fbos/mm.h>
-unsigned long stack[THREAD_SIZE / sizeof(unsigned long)];
+unsigned long stack[STACK_SIZE / sizeof(unsigned long)];
struct task_struct tasks[4] = {
[TASK_INIT] = { .stack = stack, .entry_addr = NULL, },