Browse Source

OK

tags/v0.3.16^2
User User-User 4 years ago
parent
commit
130327e9af
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      cpuid_arm64.c

+ 0
- 2
cpuid_arm64.c View File

@@ -289,8 +289,6 @@ void get_cpuconfig(void)
printf("#define %s\n", cpuname[d]); printf("#define %s\n", cpuname[d]);
// Fall-through // Fall-through
case CPU_ARMV8: case CPU_ARMV8:
// case CPU_CORTEXA53;
// case CPU_CORTEXA55;
// Minimum parameters for ARMv8 (based on A53) // Minimum parameters for ARMv8 (based on A53)
printf("#define L1_DATA_SIZE 32768\n"); printf("#define L1_DATA_SIZE 32768\n");
printf("#define L1_DATA_LINESIZE 64\n"); printf("#define L1_DATA_LINESIZE 64\n");


Loading…
Cancel
Save