]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Catch up with sys/param.h requirement for machine/pmap.h
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>
Wed, 12 Oct 2022 18:52:22 +0000 (12:52 -0600)
committerWarner Losh <imp@bsdimp.com>
Wed, 26 Oct 2022 20:09:17 +0000 (14:09 -0600)
commit41bf9322a0f8378b1194324cf7c6048253673046
tree8b405073c220eb0006f14865ff7262f2ca823156
parent344744e148e6e865f5a57e745b02a87e5ea534ad
bsd-user: Catch up with sys/param.h requirement for machine/pmap.h

Some versions of FreeBSD now require sys/param.h for machine/pmap.h on
x86. Include them here to meet that requirement. It does no harm on
older versions, so there's no need to #ifdef it.

Signed-off-by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
Reviewed-by: John Baldwin <jhb@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/host/i386/host-signal.h
bsd-user/host/x86_64/host-signal.h