Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc fixes from Helge Deller:
"Drop the architecture-specifc value for_STK_LIM_MAX to fix stack
related problems with GNU make"

* 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: Use generic uapi/asm/resource.h file
parisc: remove _STK_LIM_MAX override

+2 -8
+2 -1
arch/parisc/include/uapi/asm/Kbuild
··· 1 1 # UAPI Header export list 2 2 include include/uapi/asm-generic/Kbuild.asm 3 3 4 + generic-y += resource.h 5 + 4 6 header-y += bitsperlong.h 5 7 header-y += byteorder.h 6 8 header-y += errno.h ··· 15 13 header-y += pdc.h 16 14 header-y += posix_types.h 17 15 header-y += ptrace.h 18 - header-y += resource.h 19 16 header-y += sembuf.h 20 17 header-y += setup.h 21 18 header-y += shmbuf.h
-7
arch/parisc/include/uapi/asm/resource.h
··· 1 - #ifndef _ASM_PARISC_RESOURCE_H 2 - #define _ASM_PARISC_RESOURCE_H 3 - 4 - #define _STK_LIM_MAX 10 * _STK_LIM 5 - #include <asm-generic/resource.h> 6 - 7 - #endif