base-hw: flush cached zeroes in 'clear_ds(...)'

Ref #706
This commit is contained in:
Martin Stein
2013-04-29 18:58:11 +02:00
committed by Norman Feske
parent a0d182e25a
commit 2e7802b799
10 changed files with 82 additions and 5 deletions

View File

@ -103,7 +103,11 @@ namespace Genode
IIM_BASE = 0x63f98000,
IIM_SIZE = 0x00004000,
/* wether board provides security extension */
SECURITY_EXTENSION = 1,
/* CPU cache */
CACHE_LINE_SIZE_LOG2 = 2, /* FIXME get correct value from board spec */
};
};
}