kexec: Export kexec_in_progress to modules
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 21 Oct 2016 01:15:16 +0000 (18:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Oct 2016 01:53:45 +0000 (21:53 -0400)
The bcm_sf2 driver uses kexec_in_progress to know whether it can power
down an integrated PHY during shutdown, and can be built as a module.
Other modules may be using this in the future, so export it.

Fixes: 2399d6143f85 ("net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernels")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/kexec_core.c

index 5616755..786ab85 100644 (file)
@@ -59,6 +59,7 @@ size_t vmcoreinfo_max_size = sizeof(vmcoreinfo_data);
 
 /* Flag to indicate we are going to kexec a new kernel */
 bool kexec_in_progress = false;
+EXPORT_SYMBOL_GPL(kexec_in_progress);
 
 
 /* Location of the reserved area for the crash kernel */