Re: [PATCH v3 13/75] x86/boot/compressed/64: Add IDT Infrastructure

From: Joerg Roedel
Date: Wed Jun 03 2020 - 05:06:43 EST


On Mon, May 04, 2020 at 01:28:59PM +0200, Joerg Roedel wrote:
> On Mon, May 04, 2020 at 12:54:45PM +0200, Borislav Petkov wrote:
> > On Tue, Apr 28, 2020 at 05:16:23PM +0200, Joerg Roedel wrote:
> > > +#include "../../entry/calling.h"
> >
> > Leftover from something? Commenting it out doesn't break the build here.
>
> Yes, probably a leftover from when I tried to use the PT_REGS macros
> there. I'll remove it.

Turns out this include is still needed to get ORIG_RAX defined. I'll
leave it in place.


Joerg