mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 17:29:05 +07:00
9be48a94b8
The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @def@ declarer DEFINE_MUTEX; identifier m; @@ DEFINE_MUTEX(m); @@ identifier def.m; @@ ( - spin_lock(&m) + mutex_lock(&m) | - spin_unlock(&m) + mutex_unlock(&m) ) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> |
||
---|---|---|
.. | ||
mach-a3 | ||
mach-fs | ||
pci | ||
axisflashmap.c | ||
cryptocop.c | ||
i2c.c | ||
i2c.h | ||
iop_fw_load.c | ||
Kconfig | ||
Makefile | ||
pcf8563.c | ||
sync_serial.c |