Go to the documentation of this file.
11 #ifndef __SIGNAL_COMMON_H
12 #define __SIGNAL_COMMON_H
17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args)
19 # define DEBUGP(fmt, args...)
32 #define lock_fpu_owner() preempt_disable()
33 #define unlock_fpu_owner() preempt_enable()
35 #define lock_fpu_owner() pagefault_disable()
36 #define unlock_fpu_owner() pagefault_enable()