Re: [PATCH v2 gnumach] Enable MACH_HOST and fix non-addressable bitfields

2024-02-11 Thread Samuel Thibault
fixed and applied, thanks! Damien Zammit, le dim. 11 févr. 2024 12:00:29 +, a ecrit: > This is only enabled when NCPUS > 1. > Enables some older code paths that allows userspace > to manage cpu resources via processor set RPCs. > > Size of struct task is preserved while making 4 bitfields > a

[PATCH v2 gnumach] Enable MACH_HOST and fix non-addressable bitfields

2024-02-11 Thread Damien Zammit
This is only enabled when NCPUS > 1. Enables some older code paths that allows userspace to manage cpu resources via processor set RPCs. Size of struct task is preserved while making 4 bitfields addressable as 4 single byte fields. --- configfrag.ac | 8 ++-- kern/task.h | 10 +-