aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorRik van Riel <riel@redhat.com>2011-02-01 09:51:46 -0500
committerMarcelo Tosatti <mtosatti@redhat.com>2011-03-17 12:08:28 -0400
commit77c100c83e84316ced2507c5799f79c2c80bc6b9 (patch)
tree93bbf41cc6a1a5f38730f241e104816a488a4715 /kernel/fork.c
parent4005996e428b0d3df10cd0eba389a14b9f5403e4 (diff)
export pid symbols needed for kvm_vcpu_on_spin
Export the symbols required for a race-free kvm_vcpu_on_spin. Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 25e429152ddc..05b92c457010 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -193,6 +193,7 @@ void __put_task_struct(struct task_struct *tsk)
193 if (!profile_handoff_task(tsk)) 193 if (!profile_handoff_task(tsk))
194 free_task(tsk); 194 free_task(tsk);
195} 195}
196EXPORT_SYMBOL_GPL(__put_task_struct);
196 197
197/* 198/*
198 * macro override instead of weak attribute alias, to workaround 199 * macro override instead of weak attribute alias, to workaround