2012-10-24 48 views

回答

7

可以使用irqs_disabled()功能:

#include <linux/irqflags.h> 

int i = irqs_disabled(); 
相關問題