]> git.baikalelectronics.ru Git - kernel.git/commit
ppc: Adapt to asm-powerpc/irq.h irq_canonicalize changes
authorPaul Mackerras <paulus@samba.org>
Tue, 11 Oct 2005 12:03:09 +0000 (22:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Oct 2005 12:03:09 +0000 (22:03 +1000)
commit0af5e2d4ae450b60385dfac2c4bec5c5a6a9d5d2
tree43ed0161b53e0b4c620066c6b1c49d04b13188f5
parent73716789a27e914a756485bcac21bd4a411bde65
ppc: Adapt to asm-powerpc/irq.h irq_canonicalize changes

Now instead of having a ppc_md function, we just have a variable
which says whether to do the i8259 irq canonicalization or not,
and set that variable on the platforms that need that.  It looks
to me that radstone_ppc7d was trying to use irq canonicalization
for something else in a broken kind of way - it will need to be
fixed properly.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/setup.c
arch/ppc/platforms/chestnut.c
arch/ppc/platforms/chrp_setup.c
arch/ppc/platforms/gemini_setup.c
arch/ppc/platforms/lopec.c
arch/ppc/platforms/pmac_setup.c
arch/ppc/platforms/pplus.c
arch/ppc/platforms/prep_setup.c
arch/ppc/platforms/radstone_ppc7d.c
arch/ppc/platforms/sandpoint.c
arch/ppc/syslib/m8xx_setup.c