On Wed, Dec 13, 2006 at 06:12:17PM +0530, Sachin P. Sant wrote: > Horms wrote: > >>I will rediff them with all these patches applied and then send you the > >>patches. > >> > > > >Ok, that sounds perfect. > > > >I have pushed my changes into kexec-tools-testing now, > >that is all of them except the last one. > > > kexec tools for ppc64 uses static arrays [of length MAX_MEMORY_RANGES] > to store data related to memory regions. This used to eat up lot's of memory. > There were some instances where more memory regions existed, which made kexec > tools unusable on those machines. The following patch > gets rid of MAX_MEMORY_RANGES macro and uses dynamic memory allocation > for the above mentioned structures. > > Please review.
Thanks, will do. -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
