diff --git a/[refs] b/[refs] index 67871775dcc9..22ddc050b6fd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abb4ae4630633573862934173e5f506771c5d6b1 +refs/heads/master: 7ca16d269a1a4b96d98968b48f137977bcab1522 diff --git a/trunk/include/asm-mips/floppy.h b/trunk/include/asm-mips/floppy.h index aa1ef8b352cc..dcadd8562523 100644 --- a/trunk/include/asm-mips/floppy.h +++ b/trunk/include/asm-mips/floppy.h @@ -10,9 +10,11 @@ #ifndef _ASM_FLOPPY_H #define _ASM_FLOPPY_H +#include + static inline void fd_cacheflush(char * addr, long size) { - dma_cache_wback_inv((unsigned long)addr,size); + dma_cache_sync(NULL, addr, size, DMA_BIDIRECTIONAL); } #define MAX_BUFFER_SECTORS 24