linux-yocto/3.8: update mips SA_RESTORER fix

During the 3.8.4 integration there was a build issue on MIPS due to
SA_RESTORER changes. A solution was put in place for mips, but it
didn't cover other impacted architectures.

This is a backport of the proposed fix for the next 3.8-stable,
since the full -stable might not be available in the right timeframe.

(From OE-Core rev: 1d7a5ac1cea1a5bdb6a9d3dd822439c070066272)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2013-04-01 10:09:33 -07:00
committed by Richard Purdie
parent 0d47a7d8e8
commit 8452199a89
2 changed files with 8 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
SRCREV_machine ?= "f35992f80c81dc5fa1a97165dfd5cbb84661f7cb"
SRCREV_machine_qemuppc ?= "5789e3f33c1d5df35ced60d0153cafca7cd0e319"
SRCREV_machine ?= "c122468c96f47f281eb3ab51f96507d66dcc60d7"
SRCREV_machine_qemuppc ?= "dc0440c8bbf12676a54c7aa29879155d925a7565"
SRCREV_meta ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f"
PR = "${INC_PR}.0"