[ARM] move include/asm-arm to arch/arm/include/asm

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>
Cette révision appartient à :
Russell King
2008-08-02 10:55:55 +01:00
révisé par Russell King
Parent ff4db0a043
révision 4baa992243
182 fichiers modifiés avec 95 ajouts et 95 suppressions

14
arch/arm/include/asm/ftrace.h Fichier normal
Voir le fichier

@@ -0,0 +1,14 @@
#ifndef _ASM_ARM_FTRACE
#define _ASM_ARM_FTRACE
#ifdef CONFIG_FTRACE
#define MCOUNT_ADDR ((long)(mcount))
#define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */
#ifndef __ASSEMBLY__
extern void mcount(void);
#endif
#endif
#endif /* _ASM_ARM_FTRACE */