distribution/packages/hardware/quirks/platforms/RK3399/040-affinity

9 lines
223 B
Text
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
cat <<EOF >/storage/.config/profile.d/040-affinity
SLOW_CORES="taskset -c 0-3"
FAST_CORES="taskset -c 4-5"
EOF