summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/ddb5xxx/ddb5xxx.h
diff options
context:
space:
mode:
authorRalf Baechle2006-06-18 05:58:57 +0200
committerRalf Baechle2006-06-19 18:39:24 +0200
commiteaff3888742155bd397e45a1c3323c0173042e5b (patch)
treebf8ee6203072e01ce0d50db5898137c7552da6e5 /include/asm-mips/ddb5xxx/ddb5xxx.h
parent[MIPS] Cleanup memory managment initialization. (diff)
downloadkernel-qcow2-linux-eaff3888742155bd397e45a1c3323c0173042e5b.tar.gz
kernel-qcow2-linux-eaff3888742155bd397e45a1c3323c0173042e5b.tar.xz
kernel-qcow2-linux-eaff3888742155bd397e45a1c3323c0173042e5b.zip
[MIPS] Remove support for NEC DDB5074.
As warned several times before. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/ddb5xxx/ddb5xxx.h')
-rw-r--r--include/asm-mips/ddb5xxx/ddb5xxx.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/asm-mips/ddb5xxx/ddb5xxx.h b/include/asm-mips/ddb5xxx/ddb5xxx.h
index 873c03f2c5fe..2c8c93430c1c 100644
--- a/include/asm-mips/ddb5xxx/ddb5xxx.h
+++ b/include/asm-mips/ddb5xxx/ddb5xxx.h
@@ -174,13 +174,8 @@
static inline void ddb_sync(void)
{
-/* The DDB5074 doesn't seem to like these accesses. They kill the board on
- * interrupt load
- */
-#ifndef CONFIG_DDB5074
volatile u32 *p = (volatile u32 *)0xbfc00000;
(void)(*p);
-#endif
}
static inline void ddb_out32(u32 offset, u32 val)
@@ -260,9 +255,7 @@ extern void ddb_pci_reset_bus(void);
/*
* include the board dependent part
*/
-#if defined(CONFIG_DDB5074)
-#include <asm/ddb5xxx/ddb5074.h>
-#elif defined(CONFIG_DDB5476)
+#if defined(CONFIG_DDB5476)
#include <asm/ddb5xxx/ddb5476.h>
#elif defined(CONFIG_DDB5477)
#include <asm/ddb5xxx/ddb5477.h>