[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/2] x86: Don't apply reboot quirks if reboot set by user
>>> On 11.03.15 at 12:44, <ross.lagerwall@xxxxxxxxxx> wrote: > --- a/xen/arch/x86/shutdown.c > +++ b/xen/arch/x86/shutdown.c > @@ -35,6 +35,7 @@ enum reboot_type { > }; > > static int reboot_mode; > +static bool_t reboot_default = 1; __initdata > @@ -51,6 +52,8 @@ static void __init set_reboot_type(char *str) > { > for ( ; ; ) > { > + reboot_default = 0; 'n', 'w', and 'c' shouldn't have this effect. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |