diff --git a/debian/patches/features/all/rt/0133-hrtimers-prepare-full-preemption.patch b/debian/patches/features/all/rt/0133-hrtimers-prepare-full-preemption.patch index 247965fbd..966197017 100644 --- a/debian/patches/features/all/rt/0133-hrtimers-prepare-full-preemption.patch +++ b/debian/patches/features/all/rt/0133-hrtimers-prepare-full-preemption.patch @@ -8,7 +8,6 @@ against preemption. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner -[bwh: Adjust context for ABI bodge in struct hrtimer_cpu_base] --- include/linux/hrtimer.h | 10 ++++++++++ kernel/hrtimer.c | 33 ++++++++++++++++++++++++++++++++- @@ -18,7 +17,7 @@ Signed-off-by: Thomas Gleixner --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h -@@ -188,6 +188,9 @@ struct hrtimer_cpu_base { +@@ -189,6 +189,9 @@ struct hrtimer_cpu_base { unsigned long nr_hangs; ktime_t max_hang_time; #endif @@ -26,9 +25,9 @@ Signed-off-by: Thomas Gleixner + wait_queue_head_t wait; +#endif struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; - #ifndef __GENKSYMS__ - unsigned int clock_was_set; -@@ -384,6 +387,13 @@ static inline int hrtimer_restart(struct + }; + +@@ -382,6 +385,13 @@ static inline int hrtimer_restart(struct return hrtimer_start_expires(timer, HRTIMER_MODE_ABS); }