提交 5fdaf1bf 编写于 作者: T Thomas Gleixner

s390: Remove pointless arch_show_interrupts()

S390 is not using the generic show interrupts implementation so the
extra arch_show_interrupts() is just useless.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Reviewed-by: NGrant Likely <grant.likely@linaro.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Link: http://lkml.kernel.org/r/20140507154339.609149081@linutronix.deSigned-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 0a0a9421
...@@ -151,11 +151,6 @@ int show_interrupts(struct seq_file *p, void *v) ...@@ -151,11 +151,6 @@ int show_interrupts(struct seq_file *p, void *v)
return 0; return 0;
} }
int arch_show_interrupts(struct seq_file *p, int prec)
{
return 0;
}
/* /*
* Switch to the asynchronous interrupt stack for softirq execution. * Switch to the asynchronous interrupt stack for softirq execution.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册