| Date | Fri, 24 Nov 2017 15:24:50 +0100 (CET) | From | Thomas Gleixner <> | Subject | Re: [PATCH 20/43] x86/entry: Clean up SYSENTER_stack code |
| |
On Fri, 24 Nov 2017, Ingo Molnar wrote:
> From: Andy Lutomirski <luto@kernel.org> > > The existing code was a mess, mainly because C arrays are nasty. > Turn SYSENTER_stack into a struct, add a helper to find it, and do > all the obvious cleanups this enables.
Nice.
> Signed-off-by: Andy Lutomirski <luto@kernel.org>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
|