Changeset 49a736e2 in mainline for kernel/arch/arm32/include/asm.h
- Timestamp:
- 2012-04-11T16:18:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 179f6f2
- Parents:
- c127e1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/asm.h
rc127e1c r49a736e2 49 49 NO_TRACE static inline void cpu_sleep(void) 50 50 { 51 #ifdef PROCESSOR_armv7 51 #ifdef PROCESSOR_armv7_a 52 52 asm volatile ( "wfe" :: ); 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.