summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-12-31 21:12:45 +0000
committerjhb <jhb@FreeBSD.org>2007-12-31 21:12:45 +0000
commitad97e37cb4dbf0e6c890b118ce9391c57e5e7b9e (patch)
tree1db86a26f06d4b5dbf6a209e755e9727ba5e3b9d
parent2a7210a6c49146c206dc44b0c63af34cadf19cce (diff)
downloadFreeBSD-src-ad97e37cb4dbf0e6c890b118ce9391c57e5e7b9e.zip
FreeBSD-src-ad97e37cb4dbf0e6c890b118ce9391c57e5e7b9e.tar.gz
Include a "pae" feature if an i386 kernel is built with PAE support.
Obtained from: Yahoo!
-rw-r--r--sys/i386/i386/machdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 202e2a9..2bbad0c 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -192,6 +192,10 @@ static void freebsd4_sendsig(sig_t catcher, ksiginfo_t *, sigset_t *mask);
long Maxmem = 0;
long realmem = 0;
+#ifdef PAE
+FEATURE(pae, "Physical Address Extensions");
+#endif
+
/*
* The number of PHYSMAP entries must be one less than the number of
* PHYSSEG entries because the PHYSMAP entry that spans the largest
OpenPOWER on IntegriCloud