]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Aug 2013 23:37:14 +0000 (16:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Aug 2013 23:37:14 +0000 (16:37 -0700)
commitbd50839f7c33a5060acc6d5fc8411cb1b6b13dbf
tree72d673dee7b5c33e2d21698816e35d2673944585
parent9a30f02d7279c01381b3cd26e236b9d01e8efbc2
parente0009969424ee167873240cf682ee749a662d564
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus

Pull MIPS fix from Ralf Baechle:
 "Just a single patch which fixes a special case in the MIPS FPU
  emulator which is always required, even on CPUs with FPU.  There is
  the rare special case that an FPU (or certain other instructions) in a
  branch delay slot is causing an exception and then the branch
  instruction will need to be emulated by the kernel before resuming
  execution.  This is working great except if the branch instruction is
  an Octeon BBIT instruction.

  The boring disclaimer - all MIPS defconfigs build tested and no
  regressions and runtime tested on Octeon, no known issues"

* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
  MIPS: Handle OCTEON BBIT instructions in FPU emulator.