exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
[linux-2.6/mini2440.git] / include / linux / bottom_half.h
blob27b1bcffe40853e8e1f6c1f629525c94ec2a343e
1 #ifndef _LINUX_BH_H
2 #define _LINUX_BH_H
4 extern void local_bh_disable(void);
5 extern void _local_bh_enable(void);
6 extern void local_bh_enable(void);
7 extern void local_bh_enable_ip(unsigned long ip);
9 #endif /* _LINUX_BH_H */