Date: Fri, 31 May 2019 19:07:03 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348477 - stable/12/sys/amd64/include Message-ID: <201905311907.x4VJ73qQ009018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Fri May 31 19:07:02 2019 New Revision: 348477 URL: https://svnweb.freebsd.org/changeset/base/348477 Log: MFC r348257: Add PG_PS_PDP_FRAME symbol. Modified: stable/12/sys/amd64/include/pmap.h Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/amd64/include/pmap.h ============================================================================== --- stable/12/sys/amd64/include/pmap.h Fri May 31 18:53:04 2019 (r348476) +++ stable/12/sys/amd64/include/pmap.h Fri May 31 19:07:02 2019 (r348477) @@ -119,6 +119,7 @@ #define PG_PROMOTED X86_PG_AVAIL(54) /* PDE only */ #define PG_FRAME (0x000ffffffffff000ul) #define PG_PS_FRAME (0x000fffffffe00000ul) +#define PG_PS_PDP_FRAME (0x000fffffc0000000ul) /* * Promotion to a 2MB (PDE) page mapping requires that the corresponding 4KB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311907.x4VJ73qQ009018>