From: David Gibson Date: Tue, 14 Aug 2007 03:52:42 +0000 (+1000) Subject: [POWERPC] Fix setting of irq trigger type in UIC driver X-Git-Tag: v2.6.24-rc1~1450^2~342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc7b4b0405fd7320940849b6e31ea8ea68fd0df;p=pandora-kernel.git [POWERPC] Fix setting of irq trigger type in UIC driver The UIC (interrupt controller in 4xx embedded CPUs) driver currently missets the IRQ_lEVEL flag in desc->status, due to a thinko. This patch fixes the bug. Currently this is only a cosmetic problem (affects the output in /proc/interrupts), however subsequent patches will use the IRQ_LEVEL flag to affect flow handling. Signed-off-by: Valentine Barshak Signed-off-by: David Gibson Acked-by: Josh Boyer Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed