summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-05-01 03:15:44 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-05-01 03:15:44 +0000
commit3747b5ab1c88e3ad5e7aed76ea9979d787388565 (patch)
treeb9a32f78408ab20ead4f015e61c629494f396644 /sys/arch/i386
parentc22197eeb12a6e798f4990ff2351b5a9709ac805 (diff)
trailing spaces
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/rbus_machdep.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/rbus_machdep.c b/sys/arch/i386/i386/rbus_machdep.c
index 292dc200f03..8f3d791867e 100644
--- a/sys/arch/i386/i386/rbus_machdep.c
+++ b/sys/arch/i386/i386/rbus_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rbus_machdep.c,v 1.7 2001/01/25 01:00:52 mickey Exp $ */
+/* $OpenBSD: rbus_machdep.c,v 1.8 2001/05/01 03:15:43 mickey Exp $ */
/* $NetBSD: rbus_machdep.c,v 1.2 1999/10/15 06:43:06 haya Exp $ */
/*
@@ -56,7 +56,6 @@
#include <arch/i386/pci/pcibiosvar.h>
-
/**********************************************************************
* void _bus_space_unmap(bus_space_tag bst, bus_space_handle bsh,
* bus_size_t size, bus_addr_t *adrp)
@@ -155,7 +154,7 @@ rbus_pccbb_parent_mem(pa)
extern struct extent *iomem_ex;
ex = iomem_ex;
start = ex->ex_start;
-
+
/* XXX: unfortunately, iomem_ex cannot be used for the
* dynamic bus_space allocatoin. There are some
* hidden memory (or some obstacles which do not
@@ -167,11 +166,11 @@ rbus_pccbb_parent_mem(pa)
* area which is not recognised by the kernel are
* already reserved.
*/
-
+
if (start < RBUS_MEM_START) {
start = RBUS_MEM_START; /* 1GB */
}
-
+
size = ex->ex_end - start;
}