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>
Thu, 27 Jan 2022 10:12:37 +0000 (10:12 +0000)
commit7df59d25f633879cc72b315ba651ef57c8edebca
tree82d7cabc6bda496962a958a392e4e243c4303f92
parent4f8b343ce09c7f18501e670fec3d103131e4fb19
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