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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsmp.c659 volatile static long int core99_l2_cache; variable
669 core99_l2_cache = _get_L2CR();
670 printk("CPU0: L2CR is %lx\n", core99_l2_cache);
674 _set_L2CR(core99_l2_cache);
675 printk("CPU%d: L2CR set to %lx\n", cpu, core99_l2_cache);

Completed in 52 milliseconds