Re: [PATCH v5 3/6] cpufreq: powernv: Register for OCC related opal_message notification
From: Stewart Smith <hidden>
Date: 2015-08-10 08:19:18
Also in:
linuxppc-dev, lkml
From: Stewart Smith <hidden>
Date: 2015-08-10 08:19:18
Also in:
linuxppc-dev, lkml
Shilpasri G Bhat [off-list ref] writes:
quoted
Also, do we export this information via sysfs somewhere? It would seem to want to go along with other cpufreq/cpu info there.No we don't export the throttling status of the cpu via sysfs. Since the throttling state is common across the chip, the per_cpu export will be redundant. Did you mean something like one of the below: 1)/sys/devices/system/cpu/cpufreq/chipN_throttle 2)/sys/devices/system/cpu/cpuN/cpufreq/throttle
yeah, I was thinking something like that.