diff options
-rw-r--r-- | sys/i386/i386/machdep.c | 4 |
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 |