Cosmetic change to revert one of my earlier ones.

#if __i386__ && PAE is identical to just #if PAE since PAE is only a valid
option for i386.

Submitted by:	attilio
This commit is contained in:
John Baldwin 2010-11-02 20:16:41 +00:00
parent b58508045b
commit 5b867e813a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214686

View File

@ -728,7 +728,7 @@ ram_attach(device_t dev)
* segment is 0.
*/
for (rid = 0, p = dump_avail; p[1] != 0; rid++, p += 2) {
#if defined(__i386__) && defined(PAE)
#ifdef PAE
/*
* Resources use long's to track resources, so we can't
* include memory regions above 4GB.