[PATCH v4 2/4] x86: Store memory ranges globally used for crash kernel to boot into

Dave Young dyoung at redhat.com
Fri Mar 28 03:12:20 EDT 2014


> > > system ram and crash_reserved together before building EFL header.
> > 
> > There's already below code which ignore the ram ranges..
> >         for (i = 0; i < ranges; i++, range++) {
> > 		if (range->type != RANGE_RAM)
> > 			continue;
> 
> Hmm, this RANGE_RAM is converted from Crash Kernel ranges. so for what I suggested it need change
> to != RANGE_CRASH_KERNEL

They are the 1st kernel RANGE_RAM ranges, please ignore above reply, I confused myself :(

Thanks
Dave



More information about the kexec mailing list