powerpc/pseries: Fix xics build without CONFIG_SMP
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 1 Feb 2010 02:32:41 +0000 (13:32 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 1 Feb 2010 02:32:41 +0000 (13:32 +1100)
desc->affinity doesn't exit in that case. Let's use a macro for
the UP variant of get_irq_server(), it's the easiest way, avoids
evaluating arguments.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found