amd64 pmap.h: explicitly provide constants values instead of relying

on some more advanced C features.

This fixes gcc-toolchain build of exception.S.

Reported and tested by:	kevans
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2020-10-16 16:22:32 +00:00
parent fa42a0bfa4
commit 546df7a45d

View File

@ -259,8 +259,8 @@
#define PMAP_PCID_OVERMAX_KERN 0x800
#define PMAP_PCID_USER_PT 0x800
#define PMAP_NO_CR3 (~0UL)
#define PMAP_UCR3_NOMASK (~0UL)
#define PMAP_NO_CR3 0xffffffffffffffff
#define PMAP_UCR3_NOMASK 0xffffffffffffffff
#ifndef LOCORE