kexec_file: add kexec_file flag to control debug printing
[linux-2.6-microblaze.git] / kernel / kexec_core.c
index bc4c096..64072ac 100644 (file)
@@ -52,6 +52,8 @@ atomic_t __kexec_lock = ATOMIC_INIT(0);
 /* Flag to indicate we are going to kexec a new kernel */
 bool kexec_in_progress = false;
 
+bool kexec_file_dbg_print;
+
 int kexec_should_crash(struct task_struct *p)
 {
        /*