On Wed, Aug 01, 2007 at 05:00:21PM +0100, Maciej W. Rozycki wrote: > #ifdef CONFIG_64BIT_PHYS_ADDR > typedef unsigned long long phys_t; > #else > typedef unsigned long phys_t; > #endif > > so no problem here as long as you enable CONFIG_64BIT_PHYS_ADDR which is > implied in such a case. Which happens to be the solution that is Linus-incompatible so I may eventually have to change it ;-) Ralf