/* * Architecture specific parts of the Floppy driver * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995 - 2000 Ralf Baechle */ #ifndef _ASM_FLOPPY_H #define _ASM_FLOPPY_H #include <linux/dma-mapping.h>
static inline void fd_cacheflush(char * addr, long size) { dma_cache_sync(NULL, addr, size, DMA_BIDIRECTIONAL); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 11 | 44.00% | 3 | 60.00% |
Andrew Morton | 9 | 36.00% | 1 | 20.00% |
Ralf Bächle | 5 | 20.00% | 1 | 20.00% |
Total | 25 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 55 | 68.75% | 6 | 54.55% |
Andrew Morton | 12 | 15.00% | 1 | 9.09% |
Ralf Bächle | 9 | 11.25% | 2 | 18.18% |
Linus Torvalds | 3 | 3.75% | 1 | 9.09% |
Phil Carmody | 1 | 1.25% | 1 | 9.09% |
Total | 80 | 100.00% | 11 | 100.00% |