From: Tom Knot Date: Wed, 27 Jun 2018 12:19:09 +0000 (+0200) Subject: Changed mutex back to spinlock for tx_lock X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=1580609d9d0e5d2d3d6fffeb2f769bc77b4c94b5;p=graphit%2Funipi-kernel.git Changed mutex back to spinlock for tx_lock --- diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index 1b2137c..3b60041 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -121,7 +121,7 @@ struct neuronspi_port struct kthread_work rx_work; struct kthread_work irq_work; struct spinlock tx_counter_lock; - struct mutex tx_lock; + struct spinlock tx_lock; u8 tx_work_count; u32 flags; u8 ier_clear; diff --git a/version.txt b/version.txt index 1c89c6b..bbe62ae 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:61(4d7f91f) LatestCommit:Wed Jun 27 14:17:00 CEST 2018 +Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:62(349a4cf) LatestCommit:Wed Jun 27 14:19:09 CEST 2018