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

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