函数源码 |
Source File:arch\x86\include\asm\irqflags.h |
Create Date:2022-07-27 06:39:08 |
首页 | Copyright©Brick |
105 106 107 108 109 110 111 112 | /* * Used when interrupts are already enabled or to * shutdown the processor: */ static inline __cpuidle void halt( void ) { native_halt(); } |