Re: [PATCH v2 3/6] x86: Add struct inactive_task_frame

From: Andy Lutomirski
Date: Sun Jun 19 2016 - 17:19:19 EST


On Sat, Jun 18, 2016 at 1:56 PM, Brian Gerst <brgerst@xxxxxxxxx> wrote:
> Add struct inactive_task_frame, which defines the layout of the stack for
> a sleeping process. For now, the only defined field is the BP register
> (frame pointer).

I like this version.

Reviewed-by: Andy Lutomirski <luto@xxxxxxxxxx>