projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56bce9
)
[MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 2 Apr 2006 12:17:58 +0000
(13:17 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:19 +0000
(
04:14
+0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/linux/mv643xx.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mv643xx.h
b/include/linux/mv643xx.h
index 955d3069d7271dd0dfc65a26f9e122b7b7b502af..edfa012fad3a93dd1e25b0f84d9bf166a225221e 100644
(file)
--- 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