-
- Downloads
MIPS: Split I & D cache line size config
Allow L1 Icache & L1 Dcache line size to be specified separately, since there's no architectural mandate that they be the same. The [id]cache_line_size functions are tidied up to take advantage of the fact that the Kconfig entries are always present to simply check them for zero rather than needing to #ifdef on their presence. Signed-off-by:Paul Burton <paul.burton@imgtec.com> [removed CONFIG_SYS_CACHELINE_SIZE in include/configs/pic32mzdask.h] Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Showing
- arch/mips/Kconfig 9 additions, 3 deletionsarch/mips/Kconfig
- arch/mips/include/asm/cache.h 7 additions, 0 deletionsarch/mips/include/asm/cache.h
- arch/mips/lib/cache.c 7 additions, 15 deletionsarch/mips/lib/cache.c
- arch/mips/lib/cache_init.S 2 additions, 2 deletionsarch/mips/lib/cache_init.S
- board/dbau1x00/Kconfig 4 additions, 1 deletionboard/dbau1x00/Kconfig
- board/micronas/vct/Kconfig 4 additions, 1 deletionboard/micronas/vct/Kconfig
- board/pb1x00/Kconfig 4 additions, 1 deletionboard/pb1x00/Kconfig
- board/qca/ap121/Kconfig 4 additions, 1 deletionboard/qca/ap121/Kconfig
- board/qca/ap143/Kconfig 4 additions, 1 deletionboard/qca/ap143/Kconfig
- board/qemu-mips/Kconfig 4 additions, 1 deletionboard/qemu-mips/Kconfig
- board/tplink/wdr4300/Kconfig 4 additions, 1 deletionboard/tplink/wdr4300/Kconfig
- include/configs/pic32mzdask.h 0 additions, 1 deletioninclude/configs/pic32mzdask.h
Loading
Please register or sign in to comment