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:
parent
b58508045b
commit
5b867e813a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user