* Pekka Enberg <penberg at cs.helsinki.fi> wrote: > > - printk(KERN_ALERT "*pde = %016Lx ", page); > > + printk("*pde = %016Lx ", page); > > Use the new KERN_CONT annotation here? indeed - i changed the patch to do that. Ingo