Changeset 61d688bf in rtems
- Timestamp:
- Mar 4, 2021, 7:12:47 AM (7 weeks ago)
- Branches:
- master
- Children:
- 6bfbfb5
- Parents:
- 5248395
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/04/21 07:12:47)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/05/21 14:06:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/aarch64/cpu_asm.S
r5248395 r61d688bf 65 65 /* Start saving context */ 66 66 GET_SELF_CPU_CONTROL reg_2 67 ldr x3, [x2, #PER_CPU_ISR_DISPATCH_DISABLE]67 ldr w3, [x2, #PER_CPU_ISR_DISPATCH_DISABLE] 68 68 69 69 stp x19, x20, [x0] … … 110 110 msr TPIDR_EL0, x3 111 111 112 str x4, [x2, #PER_CPU_ISR_DISPATCH_DISABLE]112 str w4, [x2, #PER_CPU_ISR_DISPATCH_DISABLE] 113 113 114 114 ldp x19, x20, [x1]
Note: See TracChangeset
for help on using the changeset viewer.