Changes between Initial Version and Version 1 of Ticket #10927, comment 3


Ignore:
Timestamp:
Aug 3, 2016, 10:19:55 PM (8 years ago)
Author:
mmu_man

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10927, comment 3

    initial v1  
    11Btw it's still here.
    22
    3 We could change the assert to (are_interrupts_enabled() || debug_debugger_running()), I don't think that would hurt.
     3We could change the assert to ```(are_interrupts_enabled() || debug_debugger_running())```, I don't think that would hurt.
    44I'm more concerned about the other locks in the kdl command itself, were they checked since the last scheduler changes?