diff options
Diffstat (limited to 'include/asm-mips/resource.h')
-rw-r--r-- | include/asm-mips/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/resource.h b/include/asm-mips/resource.h index 718e983e6..127729ca2 100644 --- a/include/asm-mips/resource.h +++ b/include/asm-mips/resource.h @@ -26,14 +26,14 @@ #define RLIM_NLIMITS 11 /* Number of limit flavors. */ +#ifdef __KERNEL__ + /* * SuS says limits have to be unsigned. * Which makes a ton more sense anyway. */ #define RLIM_INFINITY 0x7fffffffUL -#ifdef __KERNEL__ - #define INIT_RLIMITS \ { \ { RLIM_INFINITY, RLIM_INFINITY }, \ |