aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/pmap.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-07-15 22:18:31 +0000
committerMark Johnston <markj@FreeBSD.org>2018-07-15 22:18:31 +0000
commit697be9a3bd28132aa3df17ba9c42eb8c6ab2ec1b (patch)
tree1aaf5d653a5c6e42e005f09d439c9af799bc8bdb /sys/i386/include/pmap.h
parent4600b569bb04e0dfe11e7728c40ddc7b5b3b2716 (diff)
downloadsrc-697be9a3bd28132aa3df17ba9c42eb8c6ab2ec1b.tar.gz
src-697be9a3bd28132aa3df17ba9c42eb8c6ab2ec1b.zip
Restore the check for the page size extension after r332489.
Without this, the support for transparent superpage promotion on i386 was left disabled. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D16279
Notes
Notes: svn path=/head/; revision=336321
Diffstat (limited to 'sys/i386/include/pmap.h')
-rw-r--r--sys/i386/include/pmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index e0aa44fc8c60..c8f906f15d23 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -360,8 +360,6 @@ extern caddr_t CADDR3;
extern pt_entry_t *CMAP3;
extern vm_paddr_t phys_avail[];
extern vm_paddr_t dump_avail[];
-extern int pseflag;
-extern int pgeflag;
extern char *ptvmmap; /* poor name! */
extern vm_offset_t virtual_avail;
extern vm_offset_t virtual_end;