Feat: lab 3 w/o adv 2
This commit is contained in:
@@ -7,7 +7,7 @@ _start:
|
||||
mrs x1, mpidr_el1
|
||||
and x1, x1, #3
|
||||
cbz x1, run
|
||||
// cpu id > 0, stop
|
||||
// cpu id > 0, fallback to wait
|
||||
wait:
|
||||
wfe
|
||||
b wait
|
||||
|
||||
Reference in New Issue
Block a user