projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b0df6
)
debian/xen.init: Load xen_acpi_processor on boot
author
Elliott Mitchell
<ehem+debian@m5p.com>
Mon, 14 Sep 2020 04:23:47 +0000
(21:23 -0700)
committer
Hans van Kranenburg
<hans@knorrie.org>
Fri, 26 Feb 2021 19:10:29 +0000
(20:10 +0100)
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 <ehem+debian@m5p.com>
Acked-by: Hans van Kranenburg <hans@knorrie.org>
debian/xen-utils-common.xen.init
patch
|
blob
|
history
diff --git
a/debian/xen-utils-common.xen.init
b/debian/xen-utils-common.xen.init
index 1a64d6767e8399aa3490deb1b85fba507c639409..8dac05f9debc11bcc82fe1d1898dcd6c68ac6ebe 100644
(file)
--- 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()