On Friday 31 August 2012, Rob Herring wrote:
From: Rob Herring <redacted>
Based on suggestion by Russell King, create a common location for debug
macros and select the included debug macro file using config option.
Signed-off-by: Rob Herring <redacted>
---
arch/arm/Kconfig.debug | 5 +++
arch/arm/include/debug/icedcc.S | 90 +++++++++++++++++++++++++++++++++++++++
arch/arm/kernel/debug.S | 87 ++-----------------------------------
arch/arm/kernel/head.S | 4 +-
4 files changed, 100 insertions(+), 86 deletions(-)
create mode 100644 arch/arm/include/debug/icedcc.S
I haven't followed that discussion, but it sure sounds like a good idea.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Any preference which tree to use for merging this?