mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
Revert "kexec: Export kexec_in_progress to modules"
This reverts commit 97dcaa0fcf
. 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>
This commit is contained in:
parent
2a73306b60
commit
0ce66d4f70
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user