On Tue, Aug 16, 2005 at 11:12:32PM -0700, Andrew Isaacson wrote: > On CONFIG_64BIT_PHYS_ADDR, pfn always fits in 'unsigned long', but > pfn<<PAGE_SHIFT sometimes extends beyond. The pte is big enough to hold > 'long long', but the shift in pfn_pte() needs to do its calculation with > enough bits to hold the result. Thanks, applied also. Ralf