X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=kernel%2Ftime%2Ftimer_list.c;h=28265636b6c279311498d422401d29addbc1609b;hb=ecb49d1a639acbacfc3771cae5ec07bed5df3847;hp=9d80db4747d4d6371dc023cde7f5cbc73e20d4fa;hpb=239007b8440abff689632f50cdf0f2b9e895b534;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c index 9d80db4..2826563 100644 --- a/kernel/time/timer_list.c +++ b/kernel/time/timer_list.c @@ -84,7 +84,7 @@ print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, next_one: i = 0; - spin_lock_irqsave(&base->cpu_base->lock, flags); + raw_spin_lock_irqsave(&base->cpu_base->lock, flags); curr = base->first; /* @@ -100,13 +100,13 @@ next_one: timer = rb_entry(curr, struct hrtimer, node); tmp = *timer; - spin_unlock_irqrestore(&base->cpu_base->lock, flags); + raw_spin_unlock_irqrestore(&base->cpu_base->lock, flags); print_timer(m, timer, &tmp, i, now); next++; goto next_one; } - spin_unlock_irqrestore(&base->cpu_base->lock, flags); + raw_spin_unlock_irqrestore(&base->cpu_base->lock, flags); } static void