From: Christoph Lameter To: Ingo Molnar Cc: travis@sgi.com, linux-kernel@vger.kernel.org, Cc: Adrian Bunk Subject-Prefix: [patch @num@/@total@] Subject: [PATCH] x86: Merge e820_32/64 V2 V1->V2: - Harmonize calling conventions betwen 32 and 64 bit. Use u64 if 32 bit uses unsigned long long or u64. The following patchset merges the 32 and 64 bit of e820 header files into one. First just move the stuff into a single file and then gradually extract common code. Patch against Linus' git tree of today.