]> xenbits.xensource.com Git - people/dariof/osstest.git/commit
Osstest/Debian: Add "clk_ignore_unused" to default command line
authorIan Campbell <ian.campbell@citrix.com>
Thu, 22 Jan 2015 11:05:02 +0000 (11:05 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 26 Jan 2015 11:01:24 +0000 (11:01 +0000)
commit0e24cb2ee242e9babb3f9fc554d7b2f2356b6afd
tree55394d71e72c202b9487cb7a77af0c657370fad0
parent653d0af2fd70c3627f2fb3e1f8b73441385eebe6
Osstest/Debian: Add "clk_ignore_unused" to default command line

dom0 is not aware that some clocks are actually in use (e.g. by the
hypervisor), so this stops the kernel from messing with (specifically,
disabling) those clocks. It's harmless even when not needed.

Really there ought to be some interface to communicate this from Xen
to dom0, or some other mechanism to gate things. See
http://bugs.xenproject.org/xen/bug/45

This bug is present in at least Wheezy and Jessie so apply this
workaround to those.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Osstest/Debian.pm