Re: [PATCH 2/5] x86_64: disable V86 mode on full 64-bit configuration

2023-08-04 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le sam. 29 juil. 2023 19:47:50 +0200, a ecrit: > * i386/i386/pcb.c: simplify exception stack location and adapt thread > gettrs/setters > * i386/i386/thread.h: don't include V86 fields on full 64-bit > * x86_64/locore.S: don't include checks for V86 mode on full 64-b

[PATCH 2/5] x86_64: disable V86 mode on full 64-bit configuration

2023-07-29 Thread Luca Dariz
* i386/i386/pcb.c: simplify exception stack location and adapt thread gettrs/setters * i386/i386/thread.h: don't include V86 fields on full 64-bit * x86_64/locore.S: don't include checks for V86 mode on full 64-bit --- i386/i386/pcb.c| 35 ++- i386/i386/thread