Re: [PATCH 1/5] x86_64: allow compilation if ! USER32

2023-02-27 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le lun. 27 févr. 2023 21:44:57 +0100, a ecrit: > * i386/intel/pmap.c: remove #error and allow compilation, keeping a > reminder to fix the pmap module. > --- > i386/intel/pmap.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/i386/int

[PATCH 1/5] x86_64: allow compilation if ! USER32

2023-02-27 Thread Luca Dariz
* i386/intel/pmap.c: remove #error and allow compilation, keeping a reminder to fix the pmap module. --- i386/intel/pmap.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 302a60cb..40f672b5 100644 --- a/i386/intel/pmap.c +++ b