git: kernel: Better separate the "deprecated" spinlocks from DRM.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Nov 29 08:49:07 PST 2015
commit 5b8eedf1cf7c4bece88c6dd17fe4568424ba4a12
Author: Sascha Wildner <saw at online.de>
Date: Sun Nov 29 17:26:09 2015 +0100
kernel: Better separate the "deprecated" spinlocks from DRM.
* Rename spin_lock_init() -> spin_init_deprecated(). Also remove
the spinlock_t type for the deprecated ones.
* Move DRM to using struct spinlock * where it used spinlock_t
before.
Summary of changes:
sys/dev/drm/include/drm/drmP.h | 4 ++--
sys/platform/pc64/include/lock.h | 8 +++-----
sys/platform/pc64/x86_64/machdep.c | 8 ++++----
3 files changed, 9 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b8eedf1cf7c4bece88c6dd17fe4568424ba4a12
--
DragonFly BSD source repository
More information about the Commits
mailing list