From 064c0a09cb965423f6f2921bd3c84ebbe0cec34f Mon Sep 17 00:00:00 2001 From: Elliott Mitchell Date: Sun, 13 Sep 2020 21:23:47 -0700 Subject: [PATCH] debian/xen.init: Load xen_acpi_processor on boot This allows more control of processor state, potentially resulting in reduced power usage. Alternatively simply more information on processor use. Signed-off-by: Elliott Mitchell Acked-by: Hans van Kranenburg --- debian/xen-utils-common.xen.init | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/xen-utils-common.xen.init b/debian/xen-utils-common.xen.init index 1a64d6767e..8dac05f9de 100644 --- a/debian/xen-utils-common.xen.init +++ b/debian/xen-utils-common.xen.init @@ -67,6 +67,7 @@ modules_setup() modprobe xenfs 2>/dev/null modprobe xen-evtchn 2>/dev/null modprobe xen-gntdev 2>/dev/null + modprobe xen-acpi-processor 2>/dev/null } xenfs_setup() -- 2.30.2