mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
13 lines
422 B
Diff
13 lines
422 B
Diff
|
Index: linux+rh+chaos/kernel/sched.c
|
||
|
===================================================================
|
||
|
--- linux+rh+chaos.orig/kernel/sched.c
|
||
|
+++ linux+rh+chaos/kernel/sched.c
|
||
|
@@ -1038,6 +1038,7 @@ inline int task_curr(const struct task_s
|
||
|
{
|
||
|
return cpu_curr(task_cpu(p)) == p;
|
||
|
}
|
||
|
+EXPORT_SYMBOL(task_curr);
|
||
|
|
||
|
/* Used instead of source_load when we know the type == 0 */
|
||
|
unsigned long weighted_cpuload(const int cpu)
|