From: Michael Ellerman Date: Tue, 1 Apr 2008 06:42:27 +0000 (+1100) Subject: [POWERPC] Simplify xics direct/lpar irq_host setup X-Git-Tag: v2.6.26-rc1~1125^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af9fa8994a049359c2bb9093a2f33775e28e7ea;p=pandora-kernel.git [POWERPC] Simplify xics direct/lpar irq_host setup The xics code currently has a direct and lpar variant of xics_host_map, the only difference being which irq_chip they use. If we remember which irq_chip we're using we can combine these two routines. That also allows us to have a single irq_host_ops instead of two. Signed-off-by: Michael Ellerman Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed