diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /include/asm-sparc64/resource.h | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'include/asm-sparc64/resource.h')
-rw-r--r-- | include/asm-sparc64/resource.h | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/include/asm-sparc64/resource.h b/include/asm-sparc64/resource.h index 0bd968298..1d2b5eff0 100644 --- a/include/asm-sparc64/resource.h +++ b/include/asm-sparc64/resource.h @@ -1,4 +1,4 @@ -/* $Id: resource.h,v 1.5 1999/07/30 09:31:21 davem Exp $ +/* $Id: resource.h,v 1.7 1999/12/15 17:52:08 jj Exp $ * resource.h: Resource definitions. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) @@ -31,13 +31,17 @@ #define RLIM_INFINITY (~0UL) #ifdef __KERNEL__ -#define INIT_RLIMITS \ -{ \ - {LONG_MAX, LONG_MAX}, {LONG_MAX, LONG_MAX}, \ - {LONG_MAX, LONG_MAX}, {_STK_LIM, LONG_MAX}, \ - { 0, LONG_MAX}, {LONG_MAX, LONG_MAX}, \ - {INR_OPEN, INR_OPEN}, {0, 0}, \ - {LONG_MAX, LONG_MAX}, {LONG_MAX, LONG_MAX} \ +#define INIT_RLIMITS \ +{ \ + {RLIM_INFINITY, RLIM_INFINITY}, \ + {RLIM_INFINITY, RLIM_INFINITY}, \ + {RLIM_INFINITY, RLIM_INFINITY}, \ + {_STK_LIM, RLIM_INFINITY}, \ + { 0, RLIM_INFINITY}, \ + {RLIM_INFINITY, RLIM_INFINITY}, \ + {INR_OPEN, INR_OPEN}, {0, 0}, \ + {RLIM_INFINITY, RLIM_INFINITY}, \ + {RLIM_INFINITY, RLIM_INFINITY} \ } #endif /* __KERNEL__ */ |