]> 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)
commit8539eba334c09b292648c18fed2c04a5f0c50b5e
tree571f98cd1e2630db3e402754bd79692a149f0a05
parentaca5c91f87c05d39fc892ecefa6da58fde9b3021
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]