[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 01/11] kexec: add kexec_is_loaded function
On Fri, Jul 29, Konrad Rzeszutek Wilk wrote: > > > +int kexec_is_loaded(void) > > > +{ > > > + return !!kexec_image; > > > +} > > > +EXPORT_SYMBOL_GPL(kexec_is_loaded); > > > > Wouldn't this return true just if a kexec_image is loaded no matter if > > this is a normal shutdown or if it is an actually kexec reboot? This patch is not needed if every cleanup is done right during bootup. See the 3rd version of my kexec/kdump patch which I sent out today. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |