diff options
author | viresh kumar <viresh.kumar@st.com> | 2010-04-01 13:30:31 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-04-14 12:31:58 +0200 |
commit | e024c3d50c53999d15e3b8a21e0abbbf74c32140 (patch) | |
tree | 7f8072deb35d7b321a26770a724593bbcad95f59 /arch/arm/mach-spear6xx/include/mach/debug-macro.S | |
parent | ARM: 6010/1: ST SPEAr: Added basic header files for SPEAr3xx machine family (diff) | |
download | linux-e024c3d50c53999d15e3b8a21e0abbbf74c32140.tar.xz linux-e024c3d50c53999d15e3b8a21e0abbbf74c32140.zip |
ARM: 6011/1: ST SPEAr: Added basic header files for SPEAr6xx machine family
Reviewed-by: Linus Walleij <linux.walleij@stericsson.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear6xx/include/mach/debug-macro.S')
-rw-r--r-- | arch/arm/mach-spear6xx/include/mach/debug-macro.S | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-spear6xx/include/mach/debug-macro.S b/arch/arm/mach-spear6xx/include/mach/debug-macro.S new file mode 100644 index 000000000000..0f3ea39edd96 --- /dev/null +++ b/arch/arm/mach-spear6xx/include/mach/debug-macro.S @@ -0,0 +1,14 @@ +/* + * arch/arm/mach-spear6xx/include/mach/debug-macro.S + * + * Debugging macro include header for SPEAr6xx machine family + * + * Copyright (C) 2009 ST Microelectronics + * Rajeev Kumar<rajeev-dlh.kumar@st.com> + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#include <plat/debug-macro.S> |