aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-07-25 12:56:56 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-07-27 15:07:18 -0400
commita3f22fd7ae186a29b413ad959184f9b4c1d32173 (patch)
tree6d115d56160a5747710c76f856c995e833fa6b8f /include/linux/init_task.h
parent3847c2d9ace4d1b7931afd434faa191053942d83 (diff)
sched: Convert thread_group_cputimer lock to atomic_spinlock
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r--include/linux/init_task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h
index 455a29d02a0f..91665bd3d5e1 100644
--- a/include/linux/init_task.h
+++ b/include/linux/init_task.h
@@ -27,7 +27,7 @@ extern struct fs_struct init_fs;
27 .cputimer = { \ 27 .cputimer = { \
28 .cputime = INIT_CPUTIME, \ 28 .cputime = INIT_CPUTIME, \
29 .running = 0, \ 29 .running = 0, \
30 .lock = __SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \ 30 .lock = __ATOMIC_SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \
31 }, \ 31 }, \
32} 32}
33 33