Hi,<br><br>The file kernel/kexec.c (~ line 1001 in linux-2.6.30) has this code<br><br>------snip----<br><br> if (flags & KEXEC_PRESERVE_CONTEXT)<br> image->preserve_context = 1;<br><br>------snip----<br><br>
Will this ever be true? The flag KEXEC_PRESERVE_CONTEXT is not even defined in kexec-tools-2.0.0.<br><br>Consequently, all the code inside the condition if(image->preserve_context) is also useless?<br><br>Am i missing something here?<br>
<br>Regards,<br>Indro<br><br><br>