Files
linux/kernel
J. Avila bb41438152 ANDROID: sched/rt: Only enable RT sync for SMP targets
The rt sync wakeup support has a condition which relies on a field that
exists only when CONFIG_SMP is defined, causing a compilation issue.
Since sync wakeup has no real meaning on a non-SMP system, we can just
drop the CONFIG_RT_GROUP_SCHED part of the #ifdef.

Fixes: da5f3cd378 ("ANDROID: sched/rt: Add support for rt sync wakeups")
Signed-off-by: J. Avila <elavila@google.com>
Change-Id: I9b95304408d323b0c1017bd33746ecfbb2b35808
2021-03-01 18:50:27 +00:00
..
2021-02-18 11:21:01 +01:00
2021-01-13 10:28:55 +01:00
2020-09-11 09:33:54 -07:00
2021-02-08 20:05:12 -08:00
2021-02-05 10:38:34 +01:00
2021-02-18 11:21:01 +01:00
2020-08-26 09:10:39 -04:00
2021-01-30 14:29:02 +01:00
2020-08-12 10:58:02 -07:00
2021-02-08 20:05:12 -08:00
2020-11-14 11:26:04 -08:00
2021-01-13 10:28:55 +01:00
2020-07-27 14:31:12 -04:00
2021-02-07 15:37:17 +01:00
2020-10-29 06:32:38 +01:00
2020-09-21 12:13:45 +02:00
2020-06-04 19:06:24 -07:00
2020-07-07 11:58:59 -05:00
2020-05-09 13:57:12 +02:00
2021-02-08 20:05:12 -08:00