| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Mon, 27 Dec 2004 03:33:56 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 04/12/27 03:33:50
Modified files:
include/asm-mips: io.h
Log message:
Some code uses #ifdef to test for existence of readq / writeq, so
#define these.
diff -urN linux/include/asm-mips/io.h linux/include/asm-mips/io.h
--- linux/include/asm-mips/io.h 2004/12/18 01:52:56 1.77
+++ linux/include/asm-mips/io.h 2004/12/27 03:33:50 1.78
@@ -405,6 +405,11 @@
#define readl_relaxed readl
#define readq_relaxed readq
+/*
+ * Some code tests for these symbols
+ */
+#define readq readq
+#define writeq writeq
#define __BUILD_MEMORY_STRING(bwlq, type) \
\
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ralf |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |