Detect cache type on runtime rather than compile time

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-17 01:33:22 +02:00
parent c59fe1d776
commit 390df92f0b
5 changed files with 238 additions and 148 deletions

View file

@ -227,7 +227,9 @@ kernel = {
arm = kern/arm/dl.c;
arm = kern/arm/dl_helper.c;
arm = kern/arm/cache.S;
arm = kern/arm/cache_armv6.S;
arm = kern/arm/cache_armv7.S;
arm = kern/arm/cache.c;
arm = kern/arm/misc.S;
emu = disk/host.c;