Searched refs:core99_l3_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.c650 volatile static long int core99_l3_cache; variable
672 core99_l3_cache = _get_L3CR();
673 printk("CPU0: L3CR is %lx\n", core99_l3_cache);
677 _set_L3CR(core99_l3_cache);
678 printk("CPU%d: L3CR set to %lx\n", cpu, core99_l3_cache);

Completed in 51 milliseconds