Dynamic segment tables

Benjamin Herrenschmidt benh at kernel.crashing.org
Thu Jul 21 15:32:38 EST 2005


> +		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.





More information about the Linuxppc64-dev mailing list