1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Update __FreeBSD_version check for MFC of pmap_mapbios().

This commit is contained in:
John Baldwin 2007-05-02 18:43:51 +00:00
parent e706f7f0c7
commit 9310f22692
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169223

View File

@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <dev/ipmi/ipmivars.h>
#endif
#if __FreeBSD_version < 700020
#if __FreeBSD_version < 602110
#define pmap_mapbios pmap_mapdev
#define pmap_unmapbios pmap_unmapdev
#endif