Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1187424
| From | Max Filippov <jcmvbkbc@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 13/13] xtensa: drop unused irq_err_count |
| Date | 2015-07-18 10:40 +0200 |
| Message-ID | <pNvP4-7hz-25@gated-at.bofh.it> (permalink) |
| References | <pNvP3-7hz-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> --- arch/xtensa/kernel/irq.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/xtensa/kernel/irq.c b/arch/xtensa/kernel/irq.c index 8d4f5de..4228603 100644 --- a/arch/xtensa/kernel/irq.c +++ b/arch/xtensa/kernel/irq.c @@ -28,7 +28,6 @@ #include <asm/uaccess.h> #include <asm/platform.h> -atomic_t irq_err_count; DECLARE_PER_CPU(unsigned long, nmi_count); asmlinkage void do_IRQ(int hwirq, struct pt_regs *regs) @@ -62,8 +61,6 @@ int arch_show_interrupts(struct seq_file *p, int prec) #ifdef CONFIG_SMP show_ipi_list(p, prec); #endif - seq_printf(p, "%*s: ", prec, "ERR"); - seq_printf(p, "%10u\n", atomic_read(&irq_err_count)); #ifdef XTENSA_FAKE_NMI seq_printf(p, "%*s:", prec, "NMI"); for_each_online_cpu(cpu) -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 00/13] Support hardware perf counters on xtensa Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200 [PATCH v2 10/13] xtensa: fix kernel register spilling Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200 [PATCH v2 12/13] xtensa: implement fake NMI Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200 [PATCH v2 13/13] xtensa: drop unused irq_err_count Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200 [PATCH v2 07/13] xtensa: implement counting and sampling perf events Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200 [PATCH v2 08/13] perf tools: xtensa: add DWARF register names Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200 [PATCH v2 03/13] xtensa: move oprofile stack tracing to stacktrace.c Max Filippov <jcmvbkbc@gmail.com> - 2015-07-18 10:40 +0200
csiph-web