Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66153
b: refs/heads/master
c: 7ca16d2
h: refs/heads/master
i:
  66151: eb1ba15
v: v3
  • Loading branch information
Ralf Baechle committed Oct 11, 2007
1 parent 8218706 commit 6868eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abb4ae4630633573862934173e5f506771c5d6b1
refs/heads/master: 7ca16d269a1a4b96d98968b48f137977bcab1522
4 changes: 3 additions & 1 deletion trunk/include/asm-mips/floppy.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
#ifndef _ASM_FLOPPY_H
#define _ASM_FLOPPY_H

#include <linux/dma-mapping.h>

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
Expand Down

0 comments on commit 6868eee

Please sign in to comment.