summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/x86/x86/nexus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/x86/nexus.c b/sys/x86/x86/nexus.c
index 60c3304..8ed2c35 100644
--- a/sys/x86/x86/nexus.c
+++ b/sys/x86/x86/nexus.c
@@ -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.
OpenPOWER on IntegriCloud