5 #ifdef __KERNEL__. 6. 7 static inline void native_clts(void). 8 {. 9 asm volatile("clts");. 10 }. 11. 12 /*. 13 * Volatile isn't enough to prevent the ...
確定! 回上一頁