diff options
-rw-r--r-- | sys/arm/sa11x0/assabet_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/sa11x0/assabet_machdep.c b/sys/arm/sa11x0/assabet_machdep.c index 4936d66..34ad3c1 100644 --- a/sys/arm/sa11x0/assabet_machdep.c +++ b/sys/arm/sa11x0/assabet_machdep.c @@ -405,7 +405,7 @@ initarm(void *arg, void *arg2) * After booting there are no gross reloations of the kernel thus * this problem will not occur after initarm(). */ -/* cpu_idcache_wbinv_all();*/ + cpu_idcache_wbinv_all(); bootverbose = 1; |