summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2006-07-02 06:22:03 +0000
committerdlg <dlg@openbsd.org>2006-07-02 06:22:03 +0000
commitcc741316946a2d54954487f1e8f0145d745154e5 (patch)
tree3450a3a9d89edd13683a4a78a9d2f6a75d47db1d
parentput writing of RL_IDR0 and RL_IDR4 back to how they should be. (diff)
downloadwireguard-openbsd-cc741316946a2d54954487f1e8f0145d745154e5.tar.xz
wireguard-openbsd-cc741316946a2d54954487f1e8f0145d745154e5.zip
get rid of an unused variable.
ok deraadt@
-rw-r--r--sys/arch/sparc64/dev/iommu.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/iommu.c b/sys/arch/sparc64/dev/iommu.c
index 28cd1618d7e..61915f3391b 100644
--- a/sys/arch/sparc64/dev/iommu.c
+++ b/sys/arch/sparc64/dev/iommu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommu.c,v 1.40 2006/07/01 16:41:26 deraadt Exp $ */
+/* $OpenBSD: iommu.c,v 1.41 2006/07/02 06:22:03 dlg Exp $ */
/* $NetBSD: iommu.c,v 1.47 2002/02/08 20:03:45 eeh Exp $ */
/*
@@ -250,11 +250,8 @@ iommu_reset(struct iommu_state *is)
sb->sb_iommu = is;
strbuf_reset(sb);
- if (sb->sb_flush) {
- char buf[64];
- bus_space_render_tag(sb->sb_bustag, buf, sizeof buf);
+ if (sb->sb_flush)
printf(", STC%d enabled", i);
- }
}
}