From: Samuel Iglesias Gonsalvez Date: Mon, 10 Dec 2012 10:50:04 +0000 (+0100) Subject: ipack/devices/ipoctal: ack IRQ before processing it X-Git-Tag: v3.9-rc1~124^2~118 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d27ed4616c9a7f2886c4159b4c409f73f96e76;p=pandora-kernel.git ipack/devices/ipoctal: ack IRQ before processing it Due to the IRQ processing, we can generate another IRQ that can come before we end the previous one, so we lost it. E.g. when transmitting a character. To allow the processing in SMP machines, we ack the IRQ at the beginning of the IRQ handler. Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed