[patch 1/2] kdump: Initialize vmcoreinfo note at startup
Michael Holzheu
holzheu at linux.vnet.ibm.com
Wed Sep 21 04:49:08 EDT 2011
Hello Andrew,
On Tue, 2011-09-20 at 15:59 -0700, Andrew Morton wrote:
> On Tue, 20 Sep 2011 16:34:01 +0200
[snip]
> Michael Holzheu <holzheu at linux.vnet.ibm.com> wrote:
> > -void crash_save_vmcoreinfo(void)
> > +static void update_vmcoreinfo_note(void)
> > {
> > - u32 *buf;
> > + u32 *buf = (u32 *) vmcoreinfo_note;
>
> The cast is unneeded?
Correct. I removed the cast (with the blank :), thanks!
Michael
More information about the kexec
mailing list