main/linux-postmarketos-qcom-sm8150: enable CONFIG_PSI (MR 2497)
This commit is contained in:
parent
3128266f80
commit
c9086835dc
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
_flavor="postmarketos-qcom-sm8150"
|
_flavor="postmarketos-qcom-sm8150"
|
||||||
pkgname=linux-$_flavor
|
pkgname=linux-$_flavor
|
||||||
pkgver=5.12
|
pkgver=5.12
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Mainline Kernel fork for SM8150 devices"
|
pkgdesc="Mainline Kernel fork for SM8150 devices"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
|
@ -56,5 +56,5 @@ package() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
1fc3ad729a1cb480bc457f10e2b249d17f0fdb72a6c77cc557024d20e28e7db410350e800090b81a8708d952a2b8faddeff9df71e62ee440f62f9fd77a0d195e linux-76851ee4194b4d85df168064cf380a4437b28b51.tar.gz
|
1fc3ad729a1cb480bc457f10e2b249d17f0fdb72a6c77cc557024d20e28e7db410350e800090b81a8708d952a2b8faddeff9df71e62ee440f62f9fd77a0d195e linux-76851ee4194b4d85df168064cf380a4437b28b51.tar.gz
|
||||||
02308852193b32a3ae0b1338d0cd868cd94d1595af727e47155891ee3223a6a5c5e2afa8ccc52f1c17fd1fef57fd1ff8af3ac710d5ed95bd8c44d085595cdd5e config-postmarketos-qcom-sm8150.aarch64
|
5065c192a18f1e10918011d500ec3a5d62fe19426fc28592036ab38149e04a9a0995624e55f02234f5c4a9cba8b2868a2ae3653e7296172e1a43086ceecf5470 config-postmarketos-qcom-sm8150.aarch64
|
||||||
"
|
"
|
||||||
|
|
|
@ -97,7 +97,8 @@ CONFIG_TASKSTATS=y
|
||||||
CONFIG_TASK_DELAY_ACCT=y
|
CONFIG_TASK_DELAY_ACCT=y
|
||||||
CONFIG_TASK_XACCT=y
|
CONFIG_TASK_XACCT=y
|
||||||
CONFIG_TASK_IO_ACCOUNTING=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
|
# end of CPU/Task time and stats accounting
|
||||||
|
|
||||||
CONFIG_CPU_ISOLATION=y
|
CONFIG_CPU_ISOLATION=y
|
||||||
|
|
Loading…
Reference in a new issue