Changeset eb1d9c1 in mainline
- Timestamp:
- 2013-01-11T01:27:38Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07d62a9
- Parents:
- 7e87436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/cp15.h
r7e87436 reb1d9c1 51 51 static inline void name##_write(uint32_t val) \ 52 52 { \ 53 asm volatile ( "m rcp15, "#opc1", %0, "#crn", "#crm", "#opc2"\n" :: "r" (val) ); \53 asm volatile ( "mcr p15, "#opc1", %0, "#crn", "#crm", "#opc2"\n" :: "r" (val) ); \ 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.