File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ This port is generic and can be used as a starting point for Armv8-A
20
20
application processors.
21
21
22
22
* ARM_AARCH64
23
- * Memory mapped interace to access Arm GIC registers
23
+ * Memory mapped interface to access Arm GIC registers
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ This port is generic and can be used as a starting point for Armv8-A
20
20
application processors.
21
21
22
22
* ARM_AARCH64_SRE
23
- * System Register interace to access Arm GIC registers
23
+ * System Register interface to access Arm GIC registers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Initial port to support Armv8-A architecture in FreeRTOS kernel was written for
4
4
Arm Cortex-A53 processor.
5
5
6
6
* ARM_CA53_64_BIT
7
- * Memory mapped interace to access Arm GIC registers
7
+ * Memory mapped interface to access Arm GIC registers
8
8
9
9
This port is generic and can be used as a starting point for other Armv8-A
10
10
application processors. Therefore, the port ` ARM_CA53_64_BIT ` is renamed as
@@ -13,4 +13,4 @@ should migrate to renamed port `ARM_AARCH64`.
13
13
14
14
** NOTE**
15
15
16
- This port uses memory mapped interace to access Arm GIC registers.
16
+ This port uses memory mapped interface to access Arm GIC registers.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Initial port to support Armv8-A architecture in FreeRTOS kernel was written for
4
4
Arm Cortex-A53 processor.
5
5
6
6
* ARM_CA53_64_BIT_SRE
7
- * System Register interace to access Arm GIC registers
7
+ * System Register interface to access Arm GIC registers
8
8
9
9
This port is generic and can be used as a starting point for other Armv8-A
10
10
application processors. Therefore, the port ` ARM_AARCH64_SRE ` is renamed as
@@ -13,4 +13,4 @@ should migrate to renamed port `ARM_AARCH64_SRE`.
13
13
14
14
** NOTE**
15
15
16
- This port uses System Register interace to access Arm GIC registers.
16
+ This port uses System Register interface to access Arm GIC registers.
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ exit_without_switch:
246
246
MOVS PC , LR
247
247
248
248
switch_before_exit:
249
- / * A context swtich is to be performed. Clear the context switch pending
249
+ / * A context switch is to be performed. Clear the context switch pending
250
250
flag. * /
251
251
MOV r0 , # 0
252
252
STR r0 , [ r1 ]
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ exit_without_switch:
242
242
MOVS PC , LR
243
243
244
244
switch_before_exit:
245
- / * A context swtich is to be performed. Clear the context switch pending
245
+ / * A context switch is to be performed. Clear the context switch pending
246
246
flag. * /
247
247
MOV r0 , # 0
248
248
STR r0 , [ r1 ]
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ FreeRTOS_IRQ_Handler:
446
446
* ulPortInterruptNesting. * /
447
447
STR R1 , [ R0 ]
448
448
449
- / * Context swtich is only performed when interrupt nesting count is 0 . * /
449
+ / * Context switch is only performed when interrupt nesting count is 0 . * /
450
450
CMP R1 , # 0
451
451
BNE exit_without_switch
452
452
@@ -464,7 +464,7 @@ exit_without_switch:
464
464
RFE SP !
465
465
466
466
switch_before_exit:
467
- / * A context swtich is to be performed. Clear ulPortYieldRequired. R1 holds
467
+ / * A context switch is to be performed. Clear ulPortYieldRequired. R1 holds
468
468
* the address of ulPortYieldRequired. * /
469
469
MOV R0 , # 0
470
470
STR R0 , [ R1 ]
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ exit_without_switch:
223
223
MOVS PC , LR
224
224
225
225
switch_before_exit:
226
- / * A context swtich is to be performed. Clear the context switch pending
226
+ / * A context switch is to be performed. Clear the context switch pending
227
227
flag. * /
228
228
MOV r0 , # 0
229
229
STR r0 , [ r1 ]
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ exit_without_switch:
215
215
MOVS PC , LR
216
216
217
217
switch_before_exit:
218
- / * A context swtich is to be performed. Clear the context switch pending
218
+ / * A context switch is to be performed. Clear the context switch pending
219
219
flag. * /
220
220
MOV r0 , # 0
221
221
STR r0 , [ r1 ]
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ exit_without_switch
143
143
MOVS PC , LR
144
144
145
145
switch_before_exit
146
- ; A context swtich is to be performed. Clear the context switch pending
146
+ ; A context switch is to be performed. Clear the context switch pending
147
147
; flag.
148
148
MOV r0 , # 0
149
149
STR r0 , [ r1 ]
You can’t perform that action at this time.
0 commit comments