> + paca[cpu].stab_addr = newstab; > + paca[cpu].stab_real = virt_to_abs(newstab); > + printk(KERN_DEBUG "Segment table for CPU %d at 0x%lx virtual, 0x%lx absolute\n", cpu, paca[cpu].stab_addr, paca[cpu].stab_real); > + } > +} That one could use some 80 cols wrapping :) Ben.