diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-25 16:45:57 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-26 12:34:02 -0700 |
commit | 7ceb78a42f7d9b6aa4b984d04ac13f8dc23a9095 (patch) | |
tree | 167c09244b953829c8ad14ca5bf103237bc09df9 /meta/files | |
parent | 74ff1bc8c248824116ba4b787b10fa6ee0c13ce1 (diff) | |
download | openembedded-core-7ceb78a42f7d9b6aa4b984d04ac13f8dc23a9095.tar.gz openembedded-core-7ceb78a42f7d9b6aa4b984d04ac13f8dc23a9095.tar.bz2 openembedded-core-7ceb78a42f7d9b6aa4b984d04ac13f8dc23a9095.tar.xz openembedded-core-7ceb78a42f7d9b6aa4b984d04ac13f8dc23a9095.zip |
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.
Signed-off-by: Liming Wang <liming.wang@windriver.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/files')
0 files changed, 0 insertions, 0 deletions