aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/resource.h')
-rw-r--r--include/asm-mips/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/resource.h b/include/asm-mips/resource.h
index fd3c6d17a5f6..1fba00c22077 100644
--- a/include/asm-mips/resource.h
+++ b/include/asm-mips/resource.h
@@ -27,7 +27,7 @@
27 * but we keep the old value on MIPS32, 27 * but we keep the old value on MIPS32,
28 * for compatibility: 28 * for compatibility:
29 */ 29 */
30#ifdef CONFIG_MIPS32 30#ifdef CONFIG_32BIT
31# define RLIM_INFINITY 0x7fffffffUL 31# define RLIM_INFINITY 0x7fffffffUL
32#endif 32#endif
33 33