commit | 201043f227576d42529ddb340746a060a00f57f6 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Jul 01 08:23:36 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jul 06 20:49:45 2011 +0100 |
tree | 1380607e723339f4b75936c230813874e2fa338d | |
parent | 9715efb8dc9ffa629bf5a1215b11bf2f2f29908b [diff] |
ARM: 6985/1: export functions to determine the presence of I/DTCM By allowing code to detect whether DTCM or ITCM is present, code paths involving TCM can be avoided when running on platforms that lack it. This is good for creating single kernels across several archs, if some of them utilize TCM but others don't. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>