From f9b94d9135faacc61bb2a59f0a8120194b5cf116 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 10 Oct 1994 18:06:58 +0000 Subject: [PATCH] minaddr #ifdef lost in previous commit. Sorry. --- sys/amd64/amd64/machdep.c | 5 ++++- sys/i386/i386/machdep.c | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 1701db1d725..de5fbb480da 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). diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 1701db1d725..de5fbb480da 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/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).