From: Russell King Date: Thu, 11 Nov 2010 23:10:30 +0000 (+0000) Subject: ARM: GIC: don't disable software generated interrupts X-Git-Tag: v2.6.37-rc2~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9395f6ea3c61d80ccc7a13668d27afbb8d9436ba;p=pandora-kernel.git ARM: GIC: don't disable software generated interrupts Software generated interrupts (SGI) are used for IPIs by the kernel. While previous revisions of the GIC hardware were specified not to implement enable bits for SGIs, more recent hardware is now permitted to implement these bits in a per-CPU banked register. The priority registers for the PPI and SGIs are also per-CPU banked registers, so ensure that these are also appropriately initialized. Reported-by: Scott Valentine Acked-by: Abhijeet Dharmapurikar Acked-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed