-
- Downloads
Clean up usage of icache_disable/dcache_disable
There is no point in disabling the icache on 7xx/74xx/86xx parts and not
also flushing the icache. All callers of invalidate_l1_instruction_cache()
call icache_disable() right after. Make it so icache_disable() calls
invalidate_l1_instruction_cache() for us.
Also, dcache_disable() already calls dcache_flush() so there is no point
in the explicit calls of dcache_flush().
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
Showing
- board/Marvell/db64360/db64360.c 0 additions, 5 deletionsboard/Marvell/db64360/db64360.c
- board/Marvell/db64460/db64460.c 0 additions, 5 deletionsboard/Marvell/db64460/db64460.c
- board/esd/cpci750/cpci750.c 0 additions, 4 deletionsboard/esd/cpci750/cpci750.c
- board/freescale/mpc7448hpc2/mpc7448hpc2.c 0 additions, 2 deletionsboard/freescale/mpc7448hpc2/mpc7448hpc2.c
- board/prodrive/p3mx/p3mx.c 0 additions, 2 deletionsboard/prodrive/p3mx/p3mx.c
- common/cmd_bootm.c 0 additions, 2 deletionscommon/cmd_bootm.c
- cpu/74xx_7xx/cache.S 4 additions, 0 deletionscpu/74xx_7xx/cache.S
- cpu/mpc86xx/cache.S 4 additions, 0 deletionscpu/mpc86xx/cache.S
Loading
Please register or sign in to comment