ARM: 6985/1: export functions to determine the presence of I/DTCM
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Jul 2011 07:23:36 +0000 (08:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 6 Jul 2011 19:49:45 +0000 (20:49 +0100)
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>

No differences found