Re: [patch 09/10] x86/entry/entry_32: Route int3 through common_exception

From: Frederic Weisbecker
Date: Wed Feb 26 2020 - 12:35:35 EST


On Tue, Feb 25, 2020 at 10:36:45PM +0100, Thomas Gleixner wrote:
> 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@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>