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)
commitdd386e03d9753889dc3ea3eed91ad3729df08819
tree58d8201c1872384e52b15bc7ca5cd8fc059f5c8a
parentb924a69067b00d3121debae5a738fb0bcbbbb03c
tile: change lock initalization in hardwall

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>
arch/tile/kernel/hardwall.c