summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-10 18:06:58 +0000
committerphk <phk@FreeBSD.org>1994-10-10 18:06:58 +0000
commit03b8cd6bbb69869b20a6fc3b4e2c4a6dcf0e9baf (patch)
tree59b52d3649d37dae93d35c2301a60c34203b3baf /sys/amd64
parent88811c4fe976586d89e73c1ca508a767b9ac1515 (diff)
downloadFreeBSD-src-03b8cd6bbb69869b20a6fc3b4e2c4a6dcf0e9baf.zip
FreeBSD-src-03b8cd6bbb69869b20a6fc3b4e2c4a6dcf0e9baf.tar.gz
minaddr #ifdef lost in previous commit. Sorry.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 1701db1..de5fbb4 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.71 1994/10/09 07:34:29 davidg Exp $
+ * $Id: machdep.c,v 1.72 1994/10/10 01:10:22 phk Exp $
*/
#include "npx.h"
@@ -165,6 +165,9 @@ cpu_startup()
vm_offset_t maxaddr;
vm_size_t size = 0;
int firstaddr;
+#ifdef BOUNCE_BUFFERS
+ vm_offset_t minaddr;
+#endif /* BOUNCE_BUFFERS */
/*
* Initialize error message buffer (at end of core).
OpenPOWER on IntegriCloud