X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=kernel%2Ftrace%2Ftrace_sched_wakeup.c;h=4cf7e83ec2357ff8f5f954a14ab29af929939ea3;hb=445c89514be242b1b0080056d50bdc1b72adeb5c;hp=26185d727676b0620496a9eb5a4832e9c3fdbd01;hpb=5e3679c594e3a9bf819347bc59f70e03f2c6b272;p=linux-2.6-block.git diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c index 26185d727676..4cf7e83ec235 100644 --- a/kernel/trace/trace_sched_wakeup.c +++ b/kernel/trace/trace_sched_wakeup.c @@ -28,8 +28,8 @@ static int wakeup_current_cpu; static unsigned wakeup_prio = -1; static int wakeup_rt; -static raw_spinlock_t wakeup_lock = - (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; +static arch_spinlock_t wakeup_lock = + (arch_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED; static void __wakeup_reset(struct trace_array *tr);