x86: replace remaining __FUNCTION__ occurances
[sfrench/cifs-2.6.git] / arch / x86 / kernel / irq_32.c
index cef054b09d27345c5f520ecb2a30eb87c3095b1c..6ea67b76a21452f3b7ffacdec52ae8b155f2a21a 100644 (file)
@@ -79,7 +79,7 @@ unsigned int do_IRQ(struct pt_regs *regs)
 
        if (unlikely((unsigned)irq >= NR_IRQS)) {
                printk(KERN_EMERG "%s: cannot handle IRQ %d\n",
-                                       __FUNCTION__, irq);
+                                       __func__, irq);
                BUG();
        }