aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.S b/src/boot.S
index 81fa240..0b09baa 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -86,6 +86,7 @@ irq:
pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
subs pc, lr, #4
+// TODO: Each core needs to set up their stacks
core1run:
core2run:
core3run:
@@ -94,7 +95,6 @@ io_halt:
wfi
b io_halt
-// TODO: SETUP OTHER STACKS
undefined:
stmfd sp!, {r0-r12,lr}
ldr r0, [lr, #-4]