From: David Daney Date: Thu, 5 Apr 2012 17:24:25 +0000 (-0700) Subject: MIPS: Octeon: Make interrupt controller work with threaded handlers. X-Git-Tag: v3.7-rc1~77^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7e68f2c7f1e3bd6c49df031ec0eca947c35b2d;p=pandora-kernel.git MIPS: Octeon: Make interrupt controller work with threaded handlers. For CIUv1 controllers, we were relying on all calls to the irq_chip functions to be done from the CPU that received the irq, and that they would all be done from interrupt contest. These assumptions do not hold for threaded handlers. We make all the masking actually mask the irq source, and use real raw_spin_locks instead of manually twiddling the Status[IE] bit. Signed-off-by: David Daney --- Reading git-diff-tree failed