From: Andy Whitcroft Date: Tue, 29 Nov 2005 19:25:54 +0000 (+0000) Subject: [PATCH] powerpc32: fix definition of distribute_irqs X-Git-Tag: v2.6.16-rc1~666^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40c7f02723e2be5d3144917191aa9fbec5bb64e;p=pandora-kernel.git [PATCH] powerpc32: fix definition of distribute_irqs When we select ppc32 under the powerpc architecture we get the error below. This relates to defining distribute_irqs when this configuratiom option is undefined. CC arch/powerpc/sysdev/mpic.o .../arch/powerpc/sysdev/mpic.c: In function `mpic_setup_this_cpu': .../arch/powerpc/sysdev/mpic.c:788: error: `CONFIG_IRQ_ALL_CPUS' undeclared (first use in this function) Signed-off-by: Andy Whitcroft Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed