On Thu, Mar 15, 2007 at 05:53:19PM +0900, Magnus Damm wrote: > Move memory range variables > > The common kexec code is currently using two global variables to keep > track of memory ranges. Other data is kept in a per-instance structure. > This mix is of per-instance and global variables is confusing and leads > to messy code in general. So let's not. >
These two variable are static and limited to usage by this file only. Moving to kexec_info makes them visible to everybody and they don't have to. Not sure how does it make code better. I think we don't have to do this. Thanks Vivek _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
