commit | b441aab7aa0e15955c432736b08a218a6a4c77f0 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Wed Jul 12 17:20:38 2017 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Fri Nov 03 14:01:14 2017 +0900 |
tree | c285dfe1d0331f01088161f7dca67f204f6fec5a | |
parent | 8e6d08e0a15e7d4d4b608b56597350d4cdd77710 [diff] |
openrisc: fix initial preempt state for secondary cpu tasks During SMP testing we were getting the below warning after booting the secondary cpu: [ 0.060000] BUG: scheduling while atomic: swapper/1/0/0x00000000 This change follows similar patterns from other architectures to start the schduler with preempt disabled. Signed-off-by: Stafford Horne <shorne@gmail.com>