projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8121f0
)
MIPS: <uapi/asm/resource.h: Don't reference CONFIG_* symbols.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 12 Jun 2013 18:04:36 +0000
(20:04 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 18 Jun 2013 14:28:15 +0000
(16:28 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/uapi/asm/resource.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/uapi/asm/resource.h
b/arch/mips/include/uapi/asm/resource.h
index 87cb3085269ca49f1a3280865f43a37b6d5be74b..b26439d4ab0ba5e2a77ef337345fae830483cbc0 100644
(file)
--- a/
arch/mips/include/uapi/asm/resource.h
+++ b/
arch/mips/include/uapi/asm/resource.h
@@
-26,7
+26,7
@@
* but we keep the old value on MIPS32,
* for compatibility:
*/
-#if
def CONFIG_32BIT
+#if
ndef __mips64
# define RLIM_INFINITY 0x7fffffffUL
#endif