diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2013-12-11 09:02:25 +0200 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2013-12-17 23:21:40 +0200 |
commit | 0fec954249b55318aced45a0e47e1dd023986e5f (patch) | |
tree | e2a8d46cfe9c060355be13c179f79961ee496c89 /tools/perf/scripts/python/sctop.py | |
parent | a0f337cc3592b8206d371e549a495b4d7f9cc392 (diff) |
iwlwifi: pcie: determine the interrupt type in the handler
Instead of having:
iwl_pcie_irq_handler
iwl_pcie_isr_ict
iwl_pcie_isr_non_ict
we now have:
iwl_pcie_irq_handler:
if (use_ict))
iwl_pcie_int_cause_ict;
else
iwl_pcie_int_cause_non_ict;
This is much clearer.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions