MIPS: <uapi/asm/resource.h: Don't reference CONFIG_* symbols.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 12 Jun 2013 18:04:36 +0000 (20:04 +0200)
committerRalf 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

index 87cb308..b26439d 100644 (file)
@@ -26,7 +26,7 @@
  * but we keep the old value on MIPS32,
  * for compatibility:
  */
-#ifdef CONFIG_32BIT
+#ifndef __mips64
 # define RLIM_INFINITY         0x7fffffffUL
 #endif