This repository was archived by the owner on Jun 29, 2023. It is now read-only.
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -927,6 +927,7 @@ PROC_TASK_AES:
927
927
addi $t2, $zero, 0x1
928
928
SPINLOCK_1:
929
929
lw $t1, AES_DONE($zero)
930
+ nop
930
931
bne $t1, $t2, SPINLOCK_1
931
932
sw $zero, AES_DONE($zero) # Reset AES done flag
932
933
@@ -956,6 +957,7 @@ PROC_TASK_AES:
956
957
addi $t2, $zero, 0x1
957
958
SPINLOCK_2:
958
959
lw $t1, AES_DONE($zero)
960
+ nop
959
961
bne $t1, $t2, SPINLOCK_2
960
962
sw $zero, AES_DONE($zero) # Reset AES done flag
961
963
@@ -1348,8 +1350,6 @@ nop
1348
1350
nop
1349
1351
nop
1350
1352
nop
1351
- nop
1352
- nop
1353
1353
1354
1354
## Trying to start these tasks will halt the CPU. If you want to use these tasks
1355
1355
## then take a label and position it above your task and adjust the scheduler config.
Original file line number Diff line number Diff line change @@ -625,7 +625,8 @@ afa80000
625
625
00000000
626
626
200a0001
627
627
8c097028
628
- 152afffe
628
+ 00000000
629
+ 152afffd
629
630
ac007028
630
631
48900800
631
632
20090060
@@ -635,7 +636,8 @@ ac007028
635
636
00000000
636
637
200a0001
637
638
8c097028
638
- 152afffe
639
+ 00000000
640
+ 152afffd
639
641
ac007028
640
642
00104820
641
643
212affd0
@@ -646,7 +648,7 @@ ac0b7000
646
648
ac127000
647
649
ac127000
648
650
ac007000
649
- 1000ff61
651
+ 1000ff5f
650
652
03e00008
651
653
00000000
652
654
00000000
@@ -1018,6 +1020,4 @@ ac007000
1018
1020
00000000
1019
1021
00000000
1020
1022
00000000
1021
- 00000000
1022
- 00000000
1023
1023
080003fe
You can’t perform that action at this time.
0 commit comments