aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec_core.c
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-10-21 14:21:55 -0700
committerDavid S. Miller <davem@davemloft.net>2016-10-22 16:17:53 -0400
commit0ce66d4f70d3bcfb67c89f473e76e7cf0a01288f (patch)
tree1f51e8f83dfd70fc939ec1cd358d1e2f888704e4 /kernel/kexec_core.c
parentnetns: revert "netns: avoid disabling irq for netns id" (diff)
downloadlinux-dev-0ce66d4f70d3bcfb67c89f473e76e7cf0a01288f.tar.xz
linux-dev-0ce66d4f70d3bcfb67c89f473e76e7cf0a01288f.zip
Revert "kexec: Export kexec_in_progress to modules"
This reverts commit 97dcaa0fcfd24daa9a36c212c1ad1d5a97759212. Based on the review discussion with Eric, we will come up with a different fix for the bcm_sf2 driver which does not make it rely on the kexec_in_progress value. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--kernel/kexec_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c
index 786ab85a5452..561675589511 100644
--- a/kernel/kexec_core.c
+++ b/kernel/kexec_core.c
@@ -59,7 +59,6 @@ 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 */