From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Tue, 4 Dec 2012 16:42:29 +0000 (-0800)
Subject: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
X-Git-Tag: firefly_0821_release~3680^2~1552
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=609e3ff3ff797c0ddba1c61c8eb83923586ed079;p=firefly-linux-kernel-4.4.55.git

Merge git://git./linux/kernel/git/davem/sparc

Pull sparc fixes from David Miller:
 "Two small fixes for Sparc, nobody uses sparc, so these are low risk :-)

   1) Piggyback is too picky about the symbol types that _start and _end
      have in the final kernel image, and it thus breaks with newer
      binutils.  Future proof by getting rid of the symbol type checks.

   2) exit_group() should kill register windows on sparc64 the same way
      we do for plain exit().  Thanks to Al Viro for spotting this."

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc: Fix piggyback with newer binutils.
  sparc64: exit_group should kill register windows just like plain exit.
---

609e3ff3ff797c0ddba1c61c8eb83923586ed079