Re: [PATCH v3 19/51] x86/entry/32: rename 'error_code' to 'common_exception'

From: Andy Lutomirski
Date: Sun Aug 14 2016 - 04:44:39 EST


On Fri, Aug 12, 2016 at 7:28 AM, Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
> The 'error_code' label is awkwardly named, especially when it shows up
> in a stack trace. Move it to its own local function and rename it to
> 'common_exception', analagous to the existing 'common_interrupt'.
>
> This also makes related stack traces more sensible.

This is okay with me. You could also call it "error_entry" for
consistency with x86_64.

--Andy