commit | 81c969a8bc4bdc39032f6c58e50e61a8daeeb655 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jul 01 15:42:13 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Sep 16 21:31:41 2009 -0400 |
tree | 49e9252e316ae9cb021d595de4a07cb0cf1e89d3 | |
parent | 9c954f89412b346e0aeec01c5729cb7ca63e2673 [diff] |
Blackfin: push SRAM locks down into related ifdefs 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>