_set_L2CR
extern void _set_L2CR(unsigned long);
_set_L2CR(0); /* force invalidate by disable cache */
_set_L2CR(val); /* and enable it */
_set_L2CR(0);
_set_L2CR((*l2cr) | 0x80000000);
_set_L2CR(0);
_set_L2CR(*l2cr);
_set_L2CR(0);
_set_L2CR(core99_l2_cache);
_set_L2CR(save_l2cr);
_set_L2CR(save_l2cr);
_set_L2CR(save_l2cr);