Displaying 1 result from an estimated 1 matches for "c98a76eabbb6".
Did you mean:
c98a76eabbb6e
2020 Apr 16
0
[PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure
...needs to be set up correctly.
> > + */
> > + leaq gdt(%rip), %rax
> > + movq %rax, gdt64+2(%rip)
> > + lgdt gdt64(%rip)
> > +
> > /*
> > * Clear BSS (stack is currently empty)
> > */
>
> Note that this is now done in mainline as of commit c98a76eabbb6e, just
> prior to jumping to .Lrelocated, so this can be dropped on the next
> rebase.
Thanks for the heads-up, I removed this hunk.
Regards,
Joerg