summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/uapi/asm/resource.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* parisc: Use generic uapi/asm/resource.h fileHelge Deller2014-05-011-6/+0
| | | | Signed-off-by: Helge Deller <deller@gmx.de>
* parisc: remove _STK_LIM_MAX overrideJohn David Anglin2014-05-011-1/+0
| | | | | | | | | | | | | | | | | | | There are only a couple of architectures that override _STK_LIM_MAX to a non-infinity value. This changes the stack allocation semantics in subtle ways. For example, GNU make changes its stack allocation to the hard maximum defined by _STK_LIM_MAX. As a results, threads executed by processes running under make are allocated a stack size of _STK_LIM_MAX rather than a sensible default value. This causes various thread stress tests to fail when they can't muster more than about 50 threads. The attached change implements the default behavior used by the majority of architectures. Signed-off-by: John David Anglin <dave.anglin@bell.net> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Cc: stable@vger.kernel.org # 3.14 Signed-off-by: Helge Deller <deller@gmx.de>
* UAPI: (Scripted) Disintegrate arch/parisc/include/asmDavid Howells2012-10-161-0/+7
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>