Mercurial > nand-ecoscentric
diff packages/hal/arm/arm9/var/current/include/hal_cache.h @ 487:7799e045560b
Fix ARM9 cache line sizes - from Patrick Doyle
| author | gthomas |
|---|---|
| date | Wed, 08 Jan 2003 19:47:34 +0000 |
| parents | d2c90368aeef |
| children | 314da12fc072 |
line wrap: on
line diff
--- a/packages/hal/arm/arm9/var/current/include/hal_cache.h +++ b/packages/hal/arm/arm9/var/current/include/hal_cache.h @@ -102,12 +102,12 @@ #elif defined(CYGPKG_HAL_ARM_ARM9_ARM925T) # define HAL_ICACHE_SIZE 0x4000 -# define HAL_ICACHE_LINE_SIZE 32 +# define HAL_ICACHE_LINE_SIZE 16 # define HAL_ICACHE_WAYS 2 # define HAL_ICACHE_SETS (HAL_ICACHE_SIZE/(HAL_ICACHE_LINE_SIZE*HAL_ICACHE_WAYS)) # define HAL_DCACHE_SIZE 0x2000 -# define HAL_DCACHE_LINE_SIZE 32 +# define HAL_DCACHE_LINE_SIZE 16 # define HAL_DCACHE_WAYS 2 # define HAL_DCACHE_SETS (HAL_DCACHE_SIZE/(HAL_DCACHE_LINE_SIZE*HAL_DCACHE_WAYS))
