arch/arm64: configs: disable CONFIG_RT_GROUP_SCHED
authorzhenyolka <zhenyolka@gmail.com>
Tue, 16 Nov 2021 17:22:03 +0000 (20:22 +0300)
committerivanmeler <i_ivan@windowslive.com>
Wed, 13 Apr 2022 21:14:08 +0000 (21:14 +0000)
commitb60d4f5732c912193c78c56291b184d1d4826795
tree30bd455db6ab187ae7dea1590cba81f707d8ca27
parenta33fb60944b1f63e0f9778646368b3da5ae19785
arch/arm64: configs: disable CONFIG_RT_GROUP_SCHED

According to the Kconfig, "if enabled, it will also make it impossible
to schedule realtime tasks for non-root users until you allocate
realtime bandwidth for them."

This fixes the issue of libbluetooth unable to create timer with
SCHED_FIFO thread.

W libc    : pthread_create sched_setscheduler(1, {1}) call failed: Operation not permitted
E bt_osi_alarm: system/bt/osi/src/alarm.cc:683 timer_create_internal: timer_create_internal unable to create timer with clock 7: Operation not permitted
arch/arm64/configs/exynos8895-dream2lte_defconfig
arch/arm64/configs/exynos8895-dreamlte_defconfig
arch/arm64/configs/exynos8895-greatlte_defconfig