Browse Source
Previously cache block size had to be initialized via special set_chache_blocksz setter function and was uninitialized if you didn't call it. In this commit I move initialization of the block size to the mmu_t's constructor. The configuration of this member goes through cfg_t struct.pull/1993/head
7 changed files with 8 additions and 11 deletions
Loading…
Reference in new issue