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

2016-08-15 Thread Josh Poimboeuf
On Sun, Aug 14, 2016 at 12:40:03AM -0700, Andy Lutomirski wrote: > On Fri, Aug 12, 2016 at 7:28 AM, Josh Poimboeuf 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', ana

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

2016-08-14 Thread Andy Lutomirski
On Fri, Aug 12, 2016 at 7:28 AM, Josh Poimboeuf 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 st