[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v4 08/13] 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 Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- v3: More verbiage about why this is done v2: New patch, previously incorrectly included in "Osstest/Debian: Workaround oddities in the u-boot script parser." --- Osstest/Debian.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index c9e11fe..f03ece5 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -141,6 +141,7 @@ sub setupboot_uboot ($$$) { push @xenkopt, $xenkopt; push @xenkopt, "ro"; push @xenkopt, "root=$root"; + push @xenkopt, "clk_ignore_unused"; # http://bugs.xenproject.org/xen/bug/45 push @xenkopt, "rootdelay=$rootdelay" if $rootdelay; $xenkopt = join ' ', @xenkopt; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |