summaryrefslogtreecommitdiff
path: root/src/hexEditor.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-10-08Import new upstream release 0.42Tobias Klauser1-0/+1112
='d9676fa152c83b82137af950b1d4f629045d90c9'/>
context:
space:
mode:
authorEvgeny Voevodin <evgeny.voevodin@intel.com>2016-03-23 12:26:52 +0300
committerVineet Gupta <vgupta@synopsys.com>2016-04-22 18:12:31 +0530
commitd9676fa152c83b82137af950b1d4f629045d90c9 (patch)
tree0351ddfe5922e63ca60db11660d878f21f7de7f0 /Documentation
parentc3b46c73264b03000d1e18b22f5caf63332547c9 (diff)
ARCv2: Enable LOCKDEP
- The asm helpers for calling into irq tracer were missing - Add calls to above helpers in low level assembly entry code for ARCv2 - irq_save() uses CLRI to disable interrupts and returns the prev interrupt state (in STATUS32) in a specific encoding (and not the raw value of STATUS32). This is usable with SETI in irq_restore(). However save_flags() reads the raw value of STATUS32 which doesn't pair with irq_save/restore() and thus needs fixing. Signed-off-by: Evgeny Voevodin <evgeny.voevodin@intel.com> [vgupta: updated changelog and also added some comments] Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'Documentation')