aboutsummaryrefslogtreecommitdiff
path: root/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/head.S')
-rw-r--r--kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/head.S b/kernel/head.S
index 4390cc9..ac69967 100644
--- a/kernel/head.S
+++ b/kernel/head.S
@@ -100,7 +100,7 @@ _start_kernel:
la tp, tasks
// Point 'sp' the our general stack.
- la sp, stack + THREAD_SIZE
+ la sp, stack + STACK_SIZE
// The `start_kernel` function requires an argument to be passed, which is
// the pointer to the `fdt` blob. The bootloader puts this on the `a1`