Re: [PATCH 3/3] x86_64: fix descriptor loading for 64-bit addresses

2023-05-21 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le dim. 21 mai 2023 10:57:58 +0200, a ecrit: > * i386/i386/seg.h: use proper type for segment addresses. This is not > impacting any functionality on 64-bit, as segments limits are > ignored, but at least we silence a warning. > --- > i386/i386/seg.h | 3 ++- > 1

[PATCH 3/3] x86_64: fix descriptor loading for 64-bit addresses

2023-05-21 Thread Luca Dariz
* i386/i386/seg.h: use proper type for segment addresses. This is not impacting any functionality on 64-bit, as segments limits are ignored, but at least we silence a warning. --- i386/i386/seg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i386/i386/seg.h b/i386/i386/