Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/asm.h

    r7c13c55 r7a0359b  
    4343#include <trace.h>
    4444
    45 /** No such instruction on ARM to sleep CPU.
    46  *
    47  * ARMv7 introduced wait for event and wait for interrupt.
    48  */
     45/** No such instruction on ARM to sleep CPU. */
    4946NO_TRACE static inline void cpu_sleep(void)
    5047{
    51 #ifdef PROCESSOR_armv7
    52         asm volatile (
    53                 "wfe"::
    54         );
    55 #endif
    5648}
    5749
Note: See TracChangeset for help on using the changeset viewer.