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:
parent
fa42a0bfa4
commit
546df7a45d
@ -259,8 +259,8 @@
|
|||||||
#define PMAP_PCID_OVERMAX_KERN 0x800
|
#define PMAP_PCID_OVERMAX_KERN 0x800
|
||||||
#define PMAP_PCID_USER_PT 0x800
|
#define PMAP_PCID_USER_PT 0x800
|
||||||
|
|
||||||
#define PMAP_NO_CR3 (~0UL)
|
#define PMAP_NO_CR3 0xffffffffffffffff
|
||||||
#define PMAP_UCR3_NOMASK (~0UL)
|
#define PMAP_UCR3_NOMASK 0xffffffffffffffff
|
||||||
|
|
||||||
#ifndef LOCORE
|
#ifndef LOCORE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user