x86/entry/32: Fix ENDPROC of common_spurious
authorJiri Slaby <jslaby@suse.cz>
Tue, 9 Jul 2019 06:34:02 +0000 (08:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Jul 2019 07:03:18 +0000 (09:03 +0200)
commitd173ce091c1aab04cf704e73dee6cdd9faafb1ab
treebc0f5a872f12ea97619578a9e290071719c9891d
parent466bdfc6c4d62c7e28e6785c7d2e106a906f7754
x86/entry/32: Fix ENDPROC of common_spurious

[ Upstream commit 1cbec37b3f9cff074a67bef4fc34b30a09958a0a ]

common_spurious is currently ENDed erroneously. common_interrupt is used
in its ENDPROC. So fix this mistake.

Found by my asm macros rewrite patchset.

Fixes: f8a8fe61fec8 ("x86/irq: Seperate unused system vectors from spurious entry again")
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190709063402.19847-1-jslaby@suse.cz
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/entry/entry_32.S