Dynamic segment tables

David Gibson david at gibson.dropbear.id.au
Fri Jul 22 13:10:48 EST 2005


On Thu, Jul 21, 2005 at 01:32:38AM -0400, Benjamin Herrenschmidt wrote:
> 
> > +		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 :)

Ok, fixed, along with a couple of minor warnings.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/people/dgibson



More information about the Linuxppc64-dev mailing list