Date: Wed, 18 Aug 2010 16:15:06 -0400 From: John Baldwin <jhb@freebsd.org> To: Ilya Bakulin <kibab@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 182552 for review Message-ID: <201008181615.06129.jhb@freebsd.org> In-Reply-To: <201008180726.o7I7QqiO021823@skunkworks.freebsd.org> References: <201008180726.o7I7QqiO021823@skunkworks.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, August 18, 2010 3:26:52 am Ilya Bakulin wrote: > http://p4web.freebsd.org/@@182552?ac=10 > > Change 182552 by kibab@kibab_kibab-nb on 2010/08/18 07:26:39 > > - PAE feature. > > Affected files ... > > .. //depot/projects/soc2010/kibab_sysctlreg/src_sys/kern/kern_malloc.c#4 edit > .. //depot/projects/soc2010/kibab_sysctlreg/src_sys/kern/ksched.c#4 edit > > Differences ... > > ==== //depot/projects/soc2010/kibab_sysctlreg/src_sys/kern/kern_malloc.c#4 (text+ko) ==== > > @@ -93,6 +93,10 @@ > dtrace_malloc_probe_func_t dtrace_malloc_probe; > #endif > > +#ifdef PAE > +FEATURE(pae, "Physical Address Extensions support"); > +#endif > + There should already be a PAE feature present in sys/i386/i386/machdep.c. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008181615.06129.jhb>