asm-generic: remove _STK_LIM_MAX
authorJames Hogan <james.hogan@imgtec.com>
Thu, 1 May 2014 14:05:07 +0000 (15:05 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Wed, 14 May 2014 23:32:09 +0000 (00:32 +0100)
commitffe6902b66aaa4ca6694bc19639259c16d84ddb1
treeef5f26e06e3e63c52d156d495da579beaa884ade
parentc70458f50cd4271410aa75011f56ffabc0e2d34a
asm-generic: remove _STK_LIM_MAX

_STK_LIM_MAX could be used to override the RLIMIT_STACK hard limit from
an arch's include/uapi/asm-generic/resource.h file, but is no longer
used since both parisc and metag removed the override. Therefore remove
it entirely, setting the hard RLIMIT_STACK limit to RLIM_INFINITY
directly in include/asm-generic/resource.h.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org
Cc: Helge Deller <deller@gmx.de>
Cc: John David Anglin <dave.anglin@bell.net>
include/asm-generic/resource.h
include/uapi/asm-generic/resource.h