taglinefilesource code
fd_cacheflush26include/asm-alpha/floppy.h#define fd_cacheflush(addr,size) /* nothing */
fd_cacheflush26include/asm-i386/floppy.h#define fd_cacheflush(addr,size) /* nothing */
fd_cacheflush33include/asm-mips/floppy.h#define fd_cacheflush(addr, size)  feature->fd_cacheflush((void *)addr, size)