]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry/entry_32: Route int3 through common_exception
authorThomas Gleixner <tglx@linutronix.de>
Tue, 25 Feb 2020 21:36:45 +0000 (22:36 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Feb 2020 13:48:41 +0000 (14:48 +0100)
commitc3101d0434f685337b40337d211ca238cecfd401
tree0e48d96387c1da4a2d3265d76220e39037bc9dab
parentb1b0bea98233a949453333db2923651b06b6cec5
x86/entry/entry_32: Route int3 through common_exception

int3 is not using the common_exception path for purely historical reasons,
but there is no reason to keep it the only exception which is different.

Make it use common_exception so the upcoming changes to autogenerate the
entry stubs do not have to special case int3.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Link: https://lkml.kernel.org/r/20200225220217.042369808@linutronix.de
arch/x86/entry/entry_32.S