Changeset fedac2f in mainline for kernel/arch/arm32/src/exception.c
- Timestamp:
- 2012-09-16T11:27:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 289fa65
- Parents:
- 8930624 (diff), 00b4a68 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/exception.c
r8930624 rfedac2f 123 123 124 124 asm volatile ( 125 "mrc p15, 0, %[control_reg], c1, c 1"125 "mrc p15, 0, %[control_reg], c1, c0" 126 126 : [control_reg] "=r" (control_reg) 127 127 ); … … 131 131 132 132 asm volatile ( 133 "mcr p15, 0, %[control_reg], c1, c 1"133 "mcr p15, 0, %[control_reg], c1, c0" 134 134 :: [control_reg] "r" (control_reg) 135 135 );
Note:
See TracChangeset
for help on using the changeset viewer.