summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-07-02 06:22:04 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-07-02 06:22:04 +0000
commit93ed05bbe0fa001c5f93f1651fee932fb7c7201c (patch)
tree119c661b42e42c21099a1ba306bea720b6178fa3 /sys/arch/sparc64
parentc9c865840507d18ca228b87b03deed62c74a9b86 (diff)
get rid of an unused variable.
ok deraadt@
Diffstat (limited to 'sys/arch/sparc64')
-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);
- }
}
}