All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/5] kexec: Export kexec_in_progress
@ 2014-07-28 20:28 ` Brian King
  0 siblings, 0 replies; 10+ messages in thread
From: Brian King @ 2014-07-28 20:28 UTC (permalink / raw)
  To: James E.J. Bottomley; +Cc: kexec, Wendy Xiong, linux-scsi


Export kexec_in_progress for use by device drivers and other modules
to optimize kexec boot.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
---

 kernel/kexec.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN kernel/kexec.c~kexec_export_in_prog kernel/kexec.c
--- linux/kernel/kexec.c~kexec_export_in_prog	2014-07-23 17:05:24.851887935 -0500
+++ linux-bjking1/kernel/kexec.c	2014-07-23 17:05:24.856887970 -0500
@@ -1716,3 +1716,5 @@ int kernel_kexec(void)
 	mutex_unlock(&kexec_mutex);
 	return error;
 }
+
+EXPORT_SYMBOL_GPL(kexec_in_progress);
_


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-02 19:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 20:28 [PATCH 2/5] kexec: Export kexec_in_progress Brian King
2014-07-28 20:28 ` Brian King
2014-08-04 14:21 ` Brian King
2014-08-04 14:21   ` Brian King
2014-08-29 15:38   ` Brian King
2014-08-29 15:38     ` Brian King
2014-08-30 20:02     ` Eric W. Biederman
2014-08-30 20:02       ` Eric W. Biederman
2014-09-02 19:46       ` Brian King
2014-09-02 19:46         ` Brian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.