From d54d1aafe1a12263f6d9393e476dbfde08b29cc9 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 14:45:13 -0700 Subject: Updated TODO --- src/boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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] -- cgit v1.2.1