summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/cpu-single.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: move cache/processor/fault glue to separate include filesRussell King2011-02-121-44/+0
| | | | | | | | This allows the cache/processor/fault glue to be more easily used from assembler code. Tested on Assabet and Tegra 2. Tested-by: Colin Cross <ccross@android.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-021-0/+44
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>