]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: debug: move StrongARM debug include to arch/arm/include/debug
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 6 Nov 2014 07:20:23 +0000 (10:20 +0300)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 11:25:37 +0000 (12:25 +0100)
commitdf2eeb1596737008f8fcb012a9b5a01eded64a34
tree571f98cd1e2630db3e402754bd79692a149f0a05
parente362bf7788abc91eab1f2892140da8760c8fca6d
ARM: debug: move StrongARM debug include to arch/arm/include/debug

StrongARM debug-macro.S is quite standalone thing, depending only on
register mappings. Move it to proper place and add Kconfig entry.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig.debug
arch/arm/include/debug/sa1100.S [new file with mode: 0644]
arch/arm/mach-sa1100/include/mach/debug-macro.S [deleted file]