From: Thomas Gleixner Date: Fri, 25 Mar 2011 19:25:06 +0000 (+0100) Subject: ia64: iosapic: Remove redundant mask from ack() X-Git-Tag: v2.6.39-rc1~6^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459960d831d14924eb4bcccadeb03ec81a1f524c;p=pandora-kernel.git ia64: iosapic: Remove redundant mask from ack() The core code calls mask_ack() which calls irq_ack() and irq_mask() for the case where an interrupt is disabled and marked pending. That seems to be a leftover from the old __do_IRQ() mode. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed