summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2009-07-27 17:49:55 +0000
committermiod <miod@openbsd.org>2009-07-27 17:49:55 +0000
commitbadb39785fa89492b47e2a54bf1125d657805bd1 (patch)
treed8edd86b8b378c6e7948c695950372a0cac39b79
parentseperation -> separation; from Amarendra Godbole (diff)
downloadwireguard-openbsd-badb39785fa89492b47e2a54bf1125d657805bd1.tar.xz
wireguard-openbsd-badb39785fa89492b47e2a54bf1125d657805bd1.zip
Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27)
-rw-r--r--sys/arch/sgi/xbow/xbridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/xbow/xbridge.c b/sys/arch/sgi/xbow/xbridge.c
index 3db0600a906..a209a18c5b7 100644
--- a/sys/arch/sgi/xbow/xbridge.c
+++ b/sys/arch/sgi/xbow/xbridge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xbridge.c,v 1.43 2009/07/26 19:56:45 miod Exp $ */
+/* $OpenBSD: xbridge.c,v 1.44 2009/07/27 17:49:55 miod Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -1100,8 +1100,8 @@ int
xbridge_space_region_devio(bus_space_tag_t t , bus_space_handle_t bsh,
bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp)
{
- struct xbridge_softc *sc = (struct xbridge_softc *)t->bus_private;
#ifdef DIAGNOSTIC
+ struct xbridge_softc *sc = (struct xbridge_softc *)t->bus_private;
bus_addr_t bpa;
bus_addr_t start, end;
uint d;