X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fhrtimer.h;h=5d86fb2309d254664188129eab654b4d94f15b8e;hb=4846546f7e3d9ae802c941b0e4f65362c7118bd9;hp=af634e95871deb2dca0b4ef2d2d5a116bc83b0c2;hpb=77623f62a919e729a5884c53c27a53b8a53ecb14;p=mirror_ubuntu-zesty-kernel.git diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index af634e95871d..5d86fb2309d2 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -169,7 +169,7 @@ struct hrtimer_clock_base { * @max_hang_time: Maximum time spent in hrtimer_interrupt */ struct hrtimer_cpu_base { - spinlock_t lock; + raw_spinlock_t lock; struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; #ifdef CONFIG_HIGH_RES_TIMERS ktime_t expires_next;