Print this page
cpuid for ARMv7

@@ -17,13 +17,5 @@
  * QEMU Versatile Express board specific functions.
  */
 
 #include <vm/vm_dep.h>
 
-void
-armv7_bsmdep_l2cacheinfo(void)
-{
-        /* Per L220 Cache Controller Technical Reference Manual */
-        armv6_l2cache_linesz = 32;
-        /* 128 Kb l2 cache, per DUI0425F */
-        armv6_l2cache_size = 0x20000;
-}