Searched refs:core99_l2_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsmp.c649 volatile static long int core99_l2_cache; variable
659 core99_l2_cache = _get_L2CR();
660 printk("CPU0: L2CR is %lx\n", core99_l2_cache);
664 _set_L2CR(core99_l2_cache);
665 printk("CPU%d: L2CR set to %lx\n", cpu, core99_l2_cache);

Completed in 35 milliseconds