From: Ben Collins Date: Wed, 1 Feb 2006 11:04:47 +0000 (-0800) Subject: [PATCH] powerpc: enable irq's for platform functions. X-Git-Tag: v2.6.16-rc2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0fa84a01d328a1ad70076b90f08281c4c79f92;p=pandora-kernel.git [PATCH] powerpc: enable irq's for platform functions. Make the platform function interrupt functions actually work. Calls irq_enable() for the first in the list, and irq_disable() for the last. Added *func to struct irq_client so the the user can pass just that to pmf_unregister_irq_client(). Signed-off-by: Ben Collins Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed