We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpuidle.off=1
dentOS/packages/platforms/accton/arm64/as4224/as4224-52p/platform-config/r0/src/lib/arm64-accton-as4224-52p-r0.yml
Line 32 in fdb2eef
What is the reason for setting cpuidle.off=1 on the Linux kernel command line?
\cc @brandonchuang
The text was updated successfully, but these errors were encountered:
It was copied to all Accton/Edgecore devices and marvell/ac5x-db:
$ git grep cpuidle.off packages/platforms/accton/arm64/as4224/as4224-52p/platform-config/r0/src/lib/arm64-accton-as4224-52p-r0.yml: cpuidle.off=1 packages/platforms/accton/arm64/as4224/as4224-52t/platform-config/r0/src/lib/arm64-accton-as4224-52t-r0.yml: cpuidle.off=1 packages/platforms/accton/arm64/as4224/as5114-48x/platform-config/r0/src/lib/arm64-accton-as5114-48x-r0.yml: cpuidle.off=1 packages/platforms/accton/arm64/as4564-26p/platform-config/r0/src/lib/arm64-accton-as4564-26p-r0.yml: cpuidle.off=1 packages/platforms/marvell/arm64/ac5x-db/platform-config/r0/src/lib/arm64-marvell-ac5x-db-r0.yml: cpuidle.off=1
How to check a live system:
root@ec-as5114-48x-02:~# more /proc/cmdline console=ttyS0,115200 earlycon=uart8250,mmio32,0xf0512000 onl_platform=arm64-accton-as5114-48x-r0 arm-smmu.disable_bypass=n maxcpus=4 pci=pcie_bus_safe cpuidle.off=1
Sorry, something went wrong.
No branches or pull requests
dentOS/packages/platforms/accton/arm64/as4224/as4224-52p/platform-config/r0/src/lib/arm64-accton-as4224-52p-r0.yml
Line 32 in fdb2eef
What is the reason for setting
cpuidle.off=1
on the Linux kernel command line?\cc @brandonchuang
The text was updated successfully, but these errors were encountered: