X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fppc%2Fsyslib%2Fibm440gx_common.c;h=f6cc16888527fd159e017a76f524253ab8c441ff;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=4b77e6c8c87f9430cf0bb7775d9911de97fa0784;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/arch/ppc/syslib/ibm440gx_common.c b/arch/ppc/syslib/ibm440gx_common.c index 4b77e6c8c..f6cc16888 100644 --- a/arch/ppc/syslib/ibm440gx_common.c +++ b/arch/ppc/syslib/ibm440gx_common.c @@ -10,6 +10,7 @@ * option) any later version. * */ +#include #include #include #include @@ -149,7 +150,7 @@ void __init ibm440gx_l2c_enable(void){ unsigned long flags; /* Install error handler */ - if (request_irq(87, l2c_error_handler, IRQF_DISABLED, "L2C", 0) < 0){ + if (request_irq(87, l2c_error_handler, SA_INTERRUPT, "L2C", 0) < 0){ printk(KERN_ERR "Cannot install L2C error handler, cache is not enabled\n"); return; }