Blackfin: push SRAM locks down into related ifdefs
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Jul 2009 15:42:13 +0000 (15:42 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 01:31:41 +0000 (21:31 -0400)
Rather than defining the locks and initializing them all the time, only do
so when we actually need them (i.e. the SRAM regions exist).  This avoids
dead data and code bloat during runtime.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found