]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/power/x86/intel-speed-select: Increase number of CPUs displayed
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 25 Mar 2024 20:39:36 +0000 (13:39 -0700)
committerHans de Goede <hdegoede@redhat.com>
Mon, 29 Apr 2024 11:31:50 +0000 (13:31 +0200)
commit80a513e3f7fca0493e2760b2bb0526faa33a12cb
tree9a89f6f83e09c16490acbf79a881cca83cad8a4e
parent38fa152b3de09c01e3488debb903adb0a28580b9
tools/power/x86/intel-speed-select: Increase number of CPUs displayed

Currently max 128 CPUs can be displayed in the enable CPU list. Double
the range. Since the size is big for stack allocation, change to static.
Here changing to static is fine as these functions are called in serial.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
tools/power/x86/intel-speed-select/isst-display.c