Hi. - [1/3] Fix the physical address for i386PAE The first problem is that makedumpfile can not run on i386PAE system because the variables of physical address are 32bit though i386PAE system has physical address of 36bit. The first patch changes the variables of physical address to "unsigned long long". This change affects only i386 because of the following size.
Arch | unsigned long(old) | unsigned long long(new)
---------+--------------------+-------------------------
i386 | 32 | 64
x86_64 | 64 | 64
ia64 | 64 | 64
Thanks
Ken'ichi Ohmichi
makedumpfile01-Bugfix-PAE.patch
Description: Binary data
_______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
