On 19 Dec 2002, Juan Quintela wrote: > - pte_val() returs a long, print it directly. [...] > - printk("Memory Mapping: VA = %08x, PA = %08x ", addr, (unsigned int) pte_val(page)); > + printk("Memory Mapping: VA = %08x, PA = %08x ", addr, pte_val(page)); Well, I guess you need "%08lx" then. For both formats, actually. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--------------------------------------------------------------+ + e-mail: macro@ds2.pg.gda.pl, PGP key available +