Re: [PATCH 04/23] mach: Drop some unnecessary vm_param.h includes

2024-01-03 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 03 janv. 2024 20:14:37 +0300, a ecrit: > Signed-off-by: Sergey Bugaev > --- > > We should try to include vm_param.h less; this statically asserts that > these files are not possibly using the PAGE_SIZE definition. > > dl-sysdep.c used VM_MAX_ADDRESS for t

[PATCH 04/23] mach: Drop some unnecessary vm_param.h includes

2024-01-03 Thread Sergey Bugaev
Signed-off-by: Sergey Bugaev --- We should try to include vm_param.h less; this statically asserts that these files are not possibly using the PAGE_SIZE definition. dl-sysdep.c used VM_MAX_ADDRESS for the "loser kludge for vm_map kernel bug"; that bug has been fixed and the kludge removed. setup