summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorGaurav Singhal <gsinghal@codeaurora.org>2017-01-05 17:49:59 +0530
committerGaurav Singhal <gsinghal@codeaurora.org>2017-01-11 17:33:25 +0530
commit94594358b932575bce4e7c541507e3973860c371 (patch)
tree3f714699224c76634c168fd90667885bdb483c24 /tools/perf/scripts/python/syscall-counts.py
parent0a8e939a4e57d86da88c9856cd266447fc45ea85 (diff)
NFC: Fix interrupt state in recovery
If read function is waiting for interrupt and after that NFCC goes to recovery, MW will call ioctl (0) and ioctl (1), In ioctl (0) call we are disabling interrupt so read function was waiting for interrupt and ioctl call has disabled interrupt, now there is no possibility interrupt will be enabled again because only read function enables the interrupt. Enabled interrupt in ioctl (1) so that we can receive data after reset/recovery. Change-Id: I1677a50129534b1eaa4b8c20820a15db299cd9c1 Signed-off-by: Gaurav Singhal <gsinghal@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions