Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/linux Tag the spinloc...
details: https://anonhg.NetBSD.org/src/rev/7c664babbf42
branches: riastradh-drm2
changeset: 788233:7c664babbf42
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:50:36 2013 +0000
description:
Tag the spinlock struct in <linux/spinlock.h>.
diffstat:
sys/external/bsd/drm2/include/linux/spinlock.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ecc31309b012 -r 7c664babbf42 sys/external/bsd/drm2/include/linux/spinlock.h
--- a/sys/external/bsd/drm2/include/linux/spinlock.h Wed Jul 24 02:50:22 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/spinlock.h Wed Jul 24 02:50:36 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spinlock.h,v 1.1.2.5 2013/07/24 02:24:58 riastradh Exp $ */
+/* $NetBSD: spinlock.h,v 1.1.2.6 2013/07/24 02:50:36 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#include <sys/mutex.h>
-typedef struct {
+typedef struct spinlock {
kmutex_t sl_lock;
} spinlock_t;
Home |
Main Index |
Thread Index |
Old Index