aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/include/uapi/asm/resource.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-01parisc: Use generic uapi/asm/resource.h fileHelge Deller1-6/+0
Signed-off-by: Helge Deller <[email protected]>
2014-05-01parisc: remove _STK_LIM_MAX overrideJohn David Anglin1-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 <[email protected]> Reviewed-by: Carlos O'Donell <[email protected]> Cc: [email protected] # 3.14 Signed-off-by: Helge Deller <[email protected]>
2012-10-16UAPI: (Scripted) Disintegrate arch/parisc/include/asmDavid Howells1-0/+7
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>