commit | a3199ad90ac33c1afae0fa3dbf2e0fe4ee827fa7 | [log] [tgz] |
---|---|---|
author | Jesper Nilsson <jespern@axis.com> | Mon Oct 27 09:11:31 2014 +0100 |
committer | Jesper Nilsson <jespern@axis.com> | Sat Dec 20 00:06:04 2014 +0100 |
tree | e3f1feb76da1db3d59351ed2c19707bed2855882 | |
parent | 9f1ad51b32173a2da3c4fab58bc4f87d6094868f [diff] |
CRISv32: ETRAXFS: Fix recursive spinlock Move pinmux alloc/dealloc code into functions that don't take the spinlock so we can use from code that has the spinlock already. CRISv32 has no working SMP, so spinlocks becomes a NOP, so deadlock was never seen. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>