Changes between Initial Version and Version 1 of Ticket #10927, comment 3
- Timestamp:
- Aug 3, 2016, 10:19:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10927, comment 3
initial v1 1 1 Btw it's still here. 2 2 3 We could change the assert to (are_interrupts_enabled() || debug_debugger_running()), I don't think that would hurt.3 We could change the assert to ```(are_interrupts_enabled() || debug_debugger_running())```, I don't think that would hurt. 4 4 I'm more concerned about the other locks in the kdl command itself, were they checked since the last scheduler changes?