Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_smp.c112 volatile static long int core99_l2_cache; variable
124 core99_l2_cache = _get_L2CR(); in core99_init_caches()
125 printk("CPU0: L2CR is %lx\n", core99_l2_cache); in core99_init_caches()
129 _set_L2CR(core99_l2_cache); in core99_init_caches()
130 printk("CPU%d: L2CR set to %lx\n", cpu, core99_l2_cache); in core99_init_caches()