summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2020-01-01 14:48:05 +0000
committerkn <kn@cvs.openbsd.org>2020-01-01 14:48:05 +0000
commite71d990ca7fbfc61848c9d607124b661c5a142e7 (patch)
tree825fa7dd038c337f5c01f49fe17590942f50672e /sys/arch/sparc64/dev
parent00c31c96bf84d0fc56faed253738839098b36d9d (diff)
Unbreak DEBUG build: format time_t as long long
Feedback guenther
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/iommu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/iommu.c b/sys/arch/sparc64/dev/iommu.c
index 93a6cb25073..0b642d1825b 100644
--- a/sys/arch/sparc64/dev/iommu.c
+++ b/sys/arch/sparc64/dev/iommu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommu.c,v 1.76 2019/06/25 22:30:55 dlg Exp $ */
+/* $OpenBSD: iommu.c,v 1.77 2020/01/01 14:48:04 kn Exp $ */
/* $NetBSD: iommu.c,v 1.47 2002/02/08 20:03:45 eeh Exp $ */
/*
@@ -581,7 +581,7 @@ iommu_strbuf_flush_done(struct iommu_map_state *ims)
DPRINTF(IDB_IOMMU,
("iommu_strbuf_flush_done: flush = %llx pa = %lx "
- "now=%lx:%lx until = %lx:%lx\n",
+ "now=%llx:%lx until = %llx:%lx\n",
ldxa(sf->sbf_flushpa, ASI_PHYS_CACHED),
sf->sbf_flushpa, cur.tv_sec, cur.tv_usec,
flushtimeout.tv_sec, flushtimeout.tv_usec));