X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fkernel%2Firq.c;h=7cb29261249af0c74157fd362d15827723ee1715;hb=c18ae42aa5b3473c00f51b6937d0c00bdb6ce2d2;hp=53919b230e8ba45bbaa431c408b9a6c354fe3cd7;hpb=8a9ea3237e7eb5c25f09e429ad242ae5a3d5ea22;p=pandora-kernel.git diff --git a/arch/arm/kernel/irq.c b/arch/arm/kernel/irq.c index 53919b230e8b..7cb29261249a 100644 --- a/arch/arm/kernel/irq.c +++ b/arch/arm/kernel/irq.c @@ -58,9 +58,6 @@ int arch_show_interrupts(struct seq_file *p, int prec) #endif #ifdef CONFIG_SMP show_ipi_list(p, prec); -#endif -#ifdef CONFIG_LOCAL_TIMERS - show_local_irqs(p, prec); #endif seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); return 0;