Am 17.10.2011 um 18:54 schrieb Yoder Stuart-B08248 <B08248@xxxxxxxxxxxxx>: > The magic page hcall API and related data structure fields has the following: > > unsigned long magic_page_pa; /* phys addr to map the magic page to */ > unsigned long magic_page_ea; /* effect. addr to map the magic page to */ > > Shouldn't the PA be 64-bits? Or some phys addr type. Not sure > when the phys addr is needed but assuming 32-bits seems wrong. The PA is passed in a register, no? Hence the ulong. We should probably extend it, true. Alex > -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html