]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sched.h
fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq...
[karo-tx-linux.git] / include / linux / sched.h
index 295b7c756ca6107aee29ee4c12e3eb2f486c9f7e..644ffbda17cad0ccfc977386ac81be74ef69cc6b 100644 (file)
@@ -247,6 +247,7 @@ extern void init_idle(struct task_struct *idle, int cpu);
 extern void init_idle_bootup_task(struct task_struct *idle);
 
 extern int runqueue_is_locked(void);
+extern void task_rq_unlock_wait(struct task_struct *p);
 
 extern cpumask_t nohz_cpu_mask;
 #if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ)