Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/external/bsd/drm2/linux Apply patch, requested by mrg...
details: https://anonhg.NetBSD.org/src/rev/875c0d04d60b
branches: netbsd-8
changeset: 435276:875c0d04d60b
user: martin <martin%NetBSD.org@localhost>
date: Thu Sep 27 14:38:56 2018 +0000
description:
Apply patch, requested by mrg in ticket #1036:
sys/external/bsd/drm2/linux/linux_ww_mutex.c (apply patch)
Fix LOCKDEBUG build error. Change not needed in -current.
diffstat:
sys/external/bsd/drm2/linux/linux_ww_mutex.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r caa194f56b94 -r 875c0d04d60b sys/external/bsd/drm2/linux/linux_ww_mutex.c
--- a/sys/external/bsd/drm2/linux/linux_ww_mutex.c Thu Sep 27 14:33:30 2018 +0000
+++ b/sys/external/bsd/drm2/linux/linux_ww_mutex.c Thu Sep 27 14:38:56 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_ww_mutex.c,v 1.2.10.1 2018/09/01 06:34:00 martin Exp $ */
+/* $NetBSD: linux_ww_mutex.c,v 1.2.10.2 2018/09/27 14:38:56 martin Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_ww_mutex.c,v 1.2.10.1 2018/09/01 06:34:00 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_ww_mutex.c,v 1.2.10.2 2018/09/27 14:38:56 martin Exp $");
#include <sys/types.h>
#include <sys/atomic.h>
@@ -122,7 +122,7 @@
#ifdef LOCKDEBUG
static void
-ww_dump(const volatile void *cookie)
+ww_dump(volatile void *cookie)
{
const volatile struct ww_mutex *mutex = cookie;
Home |
Main Index |
Thread Index |
Old Index