diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-25 16:45:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:48:03 +0100 |
commit | c7850ddfebc6ae44a65cee212e6648033ae38b72 (patch) | |
tree | 14b37aee68d13a08e4d80d8e3c282486ade118ad /scripts/create-pull-request | |
parent | 8a8a3b3905b81f09e42ba02fc3c3b3f189a0f484 (diff) | |
download | poky-c7850ddfebc6ae44a65cee212e6648033ae38b72.tar.gz |
linux-yocto-rt: qemumips: fix boot panic
Fixes [YOCTO #1392]
Updating the SRCREVs to pickup:
[
mips/rt: convert cascade interrupt non threaded
The preempt_rt kernel forces all irq interrupts to be threaded,
but special interrupts can be excluded from this conversion.
The cascade interrupt should be part of these exceptions.
In this case, irq2 is initialized before "kthreadd" task, which
converts irq interrupt to threaded.
If this irq is threaded, the kernel calls "try_to_wake_up" function
to wake up "kthreadd" task, but at that moment, "kthreadd" task
has no been initialize and try_to_wake_up wakes up a NULL task.
(From OE-Core rev: 7ceb78a42f7d9b6aa4b984d04ac13f8dc23a9095)
Signed-off-by: Liming Wang <liming.wang@windriver.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/create-pull-request')
0 files changed, 0 insertions, 0 deletions