]> git.baikalelectronics.ru Git - kernel.git/commit
x86/irq: Remove a redundant #ifdef directive
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Mon, 10 Apr 2017 08:05:00 +0000 (16:05 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 14 Apr 2017 20:43:01 +0000 (22:43 +0200)
commite27e351b8ae4aac802fbbc3a6f9a6836d3c53de6
tree4af1ff4b779f52b3345bab9367a67d5698acec98
parentd62ffd19bafbaa74ba4066d30c8e95525725a0f4
x86/irq: Remove a redundant #ifdef directive

The call to irq_ctx_init() is wrapped in #ifdef CONFIG_X86_32.

The declaration of irq_ctx_init in irq.h provides already a stub inline for
the X86_32=n case.

Remove the redundant #ifdef in the code.

[ tglx: Massaged changelog ]

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/1491811500-30307-1-git-send-email-douly.fnst@cn.fujitsu.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/irqinit.c