diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-02 16:17:58 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-19 06:14:19 +0400 |
commit | 13626a887fad4220bc7ca85f4b42ca8cfb805e11 (patch) | |
tree | 3ed49b52a533cb460d79b04f9d2d2986a42b4b22 /include/linux/mv643xx.h | |
parent | b56bce9a25e8c117794fe74c1b9bf790de10d554 (diff) | |
download | linux-13626a887fad4220bc7ca85f4b42ca8cfb805e11.tar.xz |
[MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/linux/mv643xx.h')
-rw-r--r-- | include/linux/mv643xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mv643xx.h b/include/linux/mv643xx.h index 955d3069d727..edfa012fad3a 100644 --- a/include/linux/mv643xx.h +++ b/include/linux/mv643xx.h @@ -13,7 +13,7 @@ #ifndef __ASM_MV643XX_H #define __ASM_MV643XX_H -#ifdef __MIPS__ +#ifdef __mips__ #include <asm/addrspace.h> #include <asm/marvell.h> #endif |