| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Thu, 06 Jan 2005 23:18:38 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/01/06 23:18:32
Modified files:
include/asm-mips/sibyte: sb1250.h
Log message:
Use the proper define in IOADDR.
diff -urN linux/include/asm-mips/sibyte/sb1250.h
linux/include/asm-mips/sibyte/sb1250.h
--- linux/include/asm-mips/sibyte/sb1250.h 2003/11/30 01:52:25 1.9
+++ linux/include/asm-mips/sibyte/sb1250.h 2005/01/06 23:18:32 1.10
@@ -58,6 +58,6 @@
#endif
-#define IOADDR(a) (UNCAC_BASE + (a))
+#define IOADDR(a) (IO_BASE + (a))
#endif
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ths |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, sjhill |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ths |
| Next by Thread: | CVS Update@linux-mips.org: linux, sjhill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |