From: Johannes Berg Date: Tue, 11 Jun 2013 19:12:29 +0000 (+0200) Subject: iwlwifi: pcie: don't read INTA register in ICT IRQ handler X-Git-Tag: v3.11-rc1~64^2~166^2^2~38^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01911dab97cb3e21e640aaca82689acec00ed848;p=pandora-kernel.git iwlwifi: pcie: don't read INTA register in ICT IRQ handler There's no reason to read the INTA register in the ICT IRQ handler, this interrupt mechanism is designed to not have to read as many registers as the regular one. Not reading the INTA register gives a significant performance/CPU use improvement. Since we still want to get this info, fetch it only if the ISR debug level is enabled. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed