diff options
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/floppy.h | 2 | ||||
-rw-r--r-- | include/asm-ppc/io.h | 17 | ||||
-rw-r--r-- | include/asm-ppc/irq_regs.h | 1 |
3 files changed, 1 insertions, 19 deletions
diff --git a/include/asm-ppc/floppy.h b/include/asm-ppc/floppy.h index ae316e6d2ca9..7d9b3f430d92 100644 --- a/include/asm-ppc/floppy.h +++ b/include/asm-ppc/floppy.h | |||
@@ -166,8 +166,6 @@ static int FDC2 = -1; | |||
166 | #define N_FDC 2 /* Don't change this! */ | 166 | #define N_FDC 2 /* Don't change this! */ |
167 | #define N_DRIVE 8 | 167 | #define N_DRIVE 8 |
168 | 168 | ||
169 | #define FLOPPY_MOTOR_MASK 0xf0 | ||
170 | |||
171 | /* | 169 | /* |
172 | * The PowerPC has no problems with floppy DMA crossing 64k borders. | 170 | * The PowerPC has no problems with floppy DMA crossing 64k borders. |
173 | */ | 171 | */ |
diff --git a/include/asm-ppc/io.h b/include/asm-ppc/io.h index 8f58231a8bc6..a0d409a5d80f 100644 --- a/include/asm-ppc/io.h +++ b/include/asm-ppc/io.h | |||
@@ -478,23 +478,6 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *); | |||
478 | #include <asm/mpc8260_pci9.h> | 478 | #include <asm/mpc8260_pci9.h> |
479 | #endif | 479 | #endif |
480 | 480 | ||
481 | #ifdef CONFIG_NOT_COHERENT_CACHE | ||
482 | |||
483 | #define dma_cache_inv(_start,_size) \ | ||
484 | invalidate_dcache_range(_start, (_start + _size)) | ||
485 | #define dma_cache_wback(_start,_size) \ | ||
486 | clean_dcache_range(_start, (_start + _size)) | ||
487 | #define dma_cache_wback_inv(_start,_size) \ | ||
488 | flush_dcache_range(_start, (_start + _size)) | ||
489 | |||
490 | #else | ||
491 | |||
492 | #define dma_cache_inv(_start,_size) do { } while (0) | ||
493 | #define dma_cache_wback(_start,_size) do { } while (0) | ||
494 | #define dma_cache_wback_inv(_start,_size) do { } while (0) | ||
495 | |||
496 | #endif | ||
497 | |||
498 | /* | 481 | /* |
499 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem | 482 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem |
500 | * access | 483 | * access |
diff --git a/include/asm-ppc/irq_regs.h b/include/asm-ppc/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/include/asm-ppc/irq_regs.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/irq_regs.h> | |||