Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f746caa3 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: <uapi/asm/resource.h: Don't reference CONFIG_* symbols.

parent b8121f0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 * but we keep the old value on MIPS32,
 * for compatibility:
 */
#ifdef CONFIG_32BIT
#ifndef __mips64
# define RLIM_INFINITY		0x7fffffffUL
#endif