ARMでホットプラグCPUを無効にする方法は?

ARMでホットプラグCPUを無効にする方法は?

Linux 5.4.47を実行するARM64 Cortex-A72ボードがあります。 CPUホットプラグが正しく機能していることを確認したい(使用したいプロジェクトに必要です)。

カーネルはアクティブですが、CPUはCONFIG_HOTPLUG_CPUありません。 -/sys/devices/system/cpu/cpuX/onlineCPUをオフにする方法がわかりません。

/sys/devices/system/cpu]# ls -l
total 0
-r--r--r--    1 root     root        4.0K Jan  1 00:00 consumers
drwxr-xr-x    7 root     root           0 Jan  1 00:00 cpu0
drwxr-xr-x    7 root     root           0 Jan  1 00:00 cpu1
drwxr-xr-x    7 root     root           0 Jan  1 00:00 cpu2
drwxr-xr-x    7 root     root           0 Jan  1 00:00 cpu3
drwxr-xr-x    2 root     root           0 Jan  1 00:00 cpuidle
drwxr-xr-x    2 root     root           0 Jan  1 00:00 hotplug
-r--r--r--    1 root     root        4.0K Jan  1 00:00 isolated
-r--r--r--    1 root     root        4.0K Jan  1 00:00 kernel_max
-r--r--r--    1 root     root        4.0K Jan  1 00:00 modalias
-r--r--r--    1 root     root        4.0K Jan  1 00:00 nohz_full
-r--r--r--    1 root     root        4.0K Jan  1 00:13 offline
-r--r--r--    1 root     root        4.0K Jan  1 00:00 online
-r--r--r--    1 root     root        4.0K Jan  1 00:00 possible
drwxr-xr-x    2 root     root           0 Jan  1 00:00 power
-r--r--r--    1 root     root        4.0K Jan  1 00:00 present
drwxr-xr-x    2 root     root           0 Jan  1 00:00 smt
-r--r--r--    1 root     root        4.0K Jan  1 00:00 suppliers
-rw-r--r--    1 root     root        4.0K Jan  1 00:00 uevent
drwxr-xr-x    2 root     root           0 Jan  1 00:00 vulnerabilities
/sys/devices/system/cpu/cpu2]# ls -l
total 0
drwxr-xr-x    5 root     root           0 Jan  1 00:07 cache
-r--r--r--    1 root     root        4.0K Jan  1 00:06 consumers
-r--r--r--    1 root     root        4.0K Jan  1 00:06 cpu_capacity
-r--------    1 root     root        4.0K Jan  1 00:06 crash_notes
-r--------    1 root     root        4.0K Jan  1 00:06 crash_notes_size
drwxr-xr-x    2 root     root           0 Jan  1 00:06 hotplug
lrwxrwxrwx    1 root     root           0 Jan  1 00:06 node0 -> ../../node/node0
lrwxrwxrwx    1 root     root           0 Jan  1 00:06 of_node -> ../../../../firmware/devicetree/base/cpus/cpu@2
drwxr-xr-x    2 root     root           0 Jan  1 00:06 power
drwxr-xr-x    3 root     root           0 Jan  1 00:12 regs
lrwxrwxrwx    1 root     root           0 Jan  1 00:06 subsystem -> ../../../../bus/cpu
-r--r--r--    1 root     root        4.0K Jan  1 00:06 suppliers
drwxr-xr-x    2 root     root           0 Jan  1 00:03 topology
-rw-r--r--    1 root     root        4.0K Jan  1 00:06 uevent

、およびhotplugファイルが含まれています。targetstatefailpowerruntime_active_timepm_qos_resume_latency_usruntime_statusautosuspend_delay_msruntime_suspended_timecontrol

ベストアンサー1

おすすめ記事