tile: change lock initalization in hardwall
authorHenrik Austad <haustad@cisco.com>
Wed, 25 Sep 2013 14:16:40 +0000 (16:16 +0200)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 27 Sep 2013 20:09:38 +0000 (16:09 -0400)
hardwall used __SPIN_LOCK_INITIALIZER directly instead of the preferred
__SPIN_LOCK_UNLOCKED. This also has the benefit that it will compile
when applying the preempt-rt patch series.

Signed-off-by: Henrik Austad <haustad@cisco.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found