Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Omit print with wrong fo...
details: https://anonhg.NetBSD.org/src/rev/0653717b4238
branches: trunk
changeset: 993135:0653717b4238
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 16:14:55 2018 +0000
description:
Omit print with wrong format -- vestige of merge.
diffstat:
sys/external/bsd/drm2/dist/drm/i915/i915_gpu_error.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 2855161a435f -r 0653717b4238 sys/external/bsd/drm2/dist/drm/i915/i915_gpu_error.c
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_gpu_error.c Mon Aug 27 16:06:01 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_gpu_error.c Mon Aug 27 16:14:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i915_gpu_error.c,v 1.9 2018/08/27 14:49:05 riastradh Exp $ */
+/* $NetBSD: i915_gpu_error.c,v 1.10 2018/08/27 16:14:55 riastradh Exp $ */
/*
* Copyright (c) 2008 Intel Corporation
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_gpu_error.c,v 1.9 2018/08/27 14:49:05 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_gpu_error.c,v 1.10 2018/08/27 16:14:55 riastradh Exp $");
#include <sys/param.h>
@@ -356,8 +356,6 @@
err_printf(m, "Time: %"PRIdMAX" s %ld us\n", (intmax_t)error->time.tv_sec,
(long)error->time.tv_usec);
err_printf(m, "Kernel: %d\n", __NetBSD_Version__);
- err_printf(m, "Time: %ld s %ld us\n", error->time.tv_sec,
- (long)error->time.tv_usec);
max_hangcheck_score = 0;
for (i = 0; i < ARRAY_SIZE(error->ring); i++) {
if (error->ring[i].hangcheck_score > max_hangcheck_score)
Home |
Main Index |
Thread Index |
Old Index