From c9086835dcb7e48a61a4b6d44602aea191a2c216 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Wed, 8 Sep 2021 22:06:06 +0200 Subject: [PATCH] main/linux-postmarketos-qcom-sm8150: enable CONFIG_PSI (MR 2497) --- main/linux-postmarketos-qcom-sm8150/APKBUILD | 4 ++-- .../config-postmarketos-qcom-sm8150.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main/linux-postmarketos-qcom-sm8150/APKBUILD b/main/linux-postmarketos-qcom-sm8150/APKBUILD index 192899a00..23f9eebbf 100644 --- a/main/linux-postmarketos-qcom-sm8150/APKBUILD +++ b/main/linux-postmarketos-qcom-sm8150/APKBUILD @@ -6,7 +6,7 @@ _flavor="postmarketos-qcom-sm8150" pkgname=linux-$_flavor pkgver=5.12 -pkgrel=2 +pkgrel=3 pkgdesc="Mainline Kernel fork for SM8150 devices" arch="aarch64" _carch="arm64" @@ -56,5 +56,5 @@ package() { sha512sums=" 1fc3ad729a1cb480bc457f10e2b249d17f0fdb72a6c77cc557024d20e28e7db410350e800090b81a8708d952a2b8faddeff9df71e62ee440f62f9fd77a0d195e linux-76851ee4194b4d85df168064cf380a4437b28b51.tar.gz -02308852193b32a3ae0b1338d0cd868cd94d1595af727e47155891ee3223a6a5c5e2afa8ccc52f1c17fd1fef57fd1ff8af3ac710d5ed95bd8c44d085595cdd5e config-postmarketos-qcom-sm8150.aarch64 +5065c192a18f1e10918011d500ec3a5d62fe19426fc28592036ab38149e04a9a0995624e55f02234f5c4a9cba8b2868a2ae3653e7296172e1a43086ceecf5470 config-postmarketos-qcom-sm8150.aarch64 " diff --git a/main/linux-postmarketos-qcom-sm8150/config-postmarketos-qcom-sm8150.aarch64 b/main/linux-postmarketos-qcom-sm8150/config-postmarketos-qcom-sm8150.aarch64 index 47ed5f935..fec090b31 100644 --- a/main/linux-postmarketos-qcom-sm8150/config-postmarketos-qcom-sm8150.aarch64 +++ b/main/linux-postmarketos-qcom-sm8150/config-postmarketos-qcom-sm8150.aarch64 @@ -97,7 +97,8 @@ CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y CONFIG_TASK_IO_ACCOUNTING=y -# CONFIG_PSI is not set +CONFIG_PSI=y +# CONFIG_PSI_DEFAULT_DISABLED is not set # end of CPU/Task time and stats accounting CONFIG_CPU_ISOLATION=y