From: Thomas Gleixner Date: Fri, 25 Mar 2011 21:20:51 +0000 (+0100) Subject: alpha: Use generic show_interrupts() X-Git-Tag: v2.6.39-rc1~6^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e120ed42004d6051fff7c3233e2554f12ccecb;p=pandora-kernel.git alpha: Use generic show_interrupts() The only subtle difference is that alpha uses ACTUAL_NR_IRQS and prints the IRQF_DISABLED flag. Change the generic implementation to deal with ACTUAL_NR_IRQS if defined. The IRQF_DISABLED printing is pointless, as we nowadays run all interrupts with irqs disabled. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed