diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-17 23:32:45 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-17 23:32:45 +0000 |
commit | bb382d1cd598a97151a0edf5ac26e36afb0a64ce (patch) | |
tree | fd9f0ca1b31e5af2faa0d7165e6fd0fbb5524ebf /include/asm-mips64/r4kcache.h | |
parent | af38bda129551834653720f277a920d7d284bd3d (diff) |
- IOC3 driver now will panic when encountering a RX/TX PCI DMA error.
- IOC3 driver does no longer use GFP_DMA which given the _very_ small
number of available GFP_DMA pages might have deadlocked the system.
- First cut of Origin support. Last minute change: Do no longer use
ARC memory / MD hub memory configuration information but klconfig.h
stuff. Simpler, faster, shorter.
- Zillions of MIPS64 fixes.
Diffstat (limited to 'include/asm-mips64/r4kcache.h')
-rw-r--r-- | include/asm-mips64/r4kcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips64/r4kcache.h b/include/asm-mips64/r4kcache.h index 6801259dd..cee70ceb9 100644 --- a/include/asm-mips64/r4kcache.h +++ b/include/asm-mips64/r4kcache.h @@ -14,7 +14,7 @@ #define _ASM_R4KCACHE_H #include <asm/asm.h> -#include <asm/cacheops.h> +#include <asm/r4kcacheops.h> extern inline void flush_icache_line_indexed(unsigned long addr) { |