[PyPy-issue] [issue673] Linux L2 cache size

Vetoshkin Nikita pypy-dev-issue at codespeak.net
Wed Mar 23 14:14:33 CET 2011


Vetoshkin Nikita <nikita.vetoshkin at gmail.com> added the comment:

bootloader u-boot has these lines:
#ifndef CONFIG_L2_OFF
		/* turn off L2 cache */
		l2cache_disable();
		/* invalidate L2 cache also */
		v7_flush_dcache_all(get_device_type());
#endif

I think we should ask someone (or google) how can we check whether L2 cache is disabled at all. I bet it 
isn't :)

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue673>
_______________________________________________________



More information about the Pypy-issue mailing list