
Dear Olav Morken,
In message 0bc39b76c8da6492c2b2083b8e732d06d3bf13b0.1223643536.git.olavmrk@gmail.com you wrote:
The AT32UC3A series of processors doesn't contain any cache, and issuing cache control instructions on those will cause an exception. This commit makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
Signed-off-by: Gunnar Rangoy gunnar@rangoy.com Signed-off-by: Paul Driveklepp pauldriveklepp@gmail.com Signed-off-by: Olav Morken olavmrk@gmail.com
board/atmel/atstk1000/flash.c | 2 +- board/earthlcd/favr-32-ezkit/flash.c | 2 +- cpu/at32ap/cache.c | 2 +- include/asm-avr32/arch-at32ap700x/cacheflush.h | 83 ++++++++++++++++++++++++ include/asm-avr32/cacheflush.h | 83 ------------------------
Please provide the patch such that files get renamed, not removed and re-added.
include/asm-avr32/dma-mapping.h | 2 +- lib_avr32/board.c | 2 +- 7 files changed, 88 insertions(+), 88 deletions(-) create mode 100644 include/asm-avr32/arch-at32ap700x/cacheflush.h delete mode 100644 include/asm-avr32/cacheflush.h
Please provide the patch such that files get renamed, not removed and re-added.
Best regards,
Wolfgang Denk