Skip to content

Commit

Permalink
Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/ke…
Browse files Browse the repository at this point in the history
…rnel/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
  • Loading branch information
Linus Torvalds committed May 1, 2014
2 parents ba6728f + 8a415e5 commit b5f3c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion arch/parisc/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm

generic-y += resource.h

header-y += bitsperlong.h
header-y += byteorder.h
header-y += errno.h
Expand All @@ -13,7 +15,6 @@ header-y += msgbuf.h
header-y += pdc.h
header-y += posix_types.h
header-y += ptrace.h
header-y += resource.h
header-y += sembuf.h
header-y += setup.h
header-y += shmbuf.h
Expand Down
7 changes: 0 additions & 7 deletions arch/parisc/include/uapi/asm/resource.h

This file was deleted.

0 comments on commit b5f3c61

Please sign in to comment.