Re: svn commit: r281495 - in head/sys: conf i386/i386 i386/include x86/acpica

2015-04-13 Thread Konstantin Belousov
On Mon, Apr 13, 2015 at 11:24:09AM -0400, Benjamin Kaduk wrote: > On Mon, Apr 13, 2015 at 11:22 AM, Konstantin Belousov > wrote: > > > Author: kib > > Date: Mon Apr 13 15:22:45 2015 > > New Revision: 281495 > > URL: https://svnweb.freebsd.org/changeset/base/281495 > > > > Log: > > Add config op

Re: svn commit: r281495 - in head/sys: conf i386/i386 i386/include x86/acpica

2015-04-13 Thread Benjamin Kaduk
On Mon, Apr 13, 2015 at 11:22 AM, Konstantin Belousov wrote: > Author: kib > Date: Mon Apr 13 15:22:45 2015 > New Revision: 281495 > URL: https://svnweb.freebsd.org/changeset/base/281495 > > Log: > Add config option PAE_TABLES for the i386 kernel. It switches pmap to > use PAE format for the

svn commit: r281495 - in head/sys: conf i386/i386 i386/include x86/acpica

2015-04-13 Thread Konstantin Belousov
Author: kib Date: Mon Apr 13 15:22:45 2015 New Revision: 281495 URL: https://svnweb.freebsd.org/changeset/base/281495 Log: Add config option PAE_TABLES for the i386 kernel. It switches pmap to use PAE format for the page tables, but does not incur other consequences of the full PAE config.