diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2014-04-02 10:57:48 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-09 13:08:07 +0100 |
commit | 39ad04ccd6e1b235601e9ac5a7f508d05728a97a (patch) | |
tree | d50dbff0e4d813aaf3ee0199e2ec853422145ba3 /arch/arm/vfp/entry.S | |
parent | a5d4506d070adb785459bf142ef707d7c5fe3b84 (diff) | |
download | talos-obmc-linux-39ad04ccd6e1b235601e9ac5a7f508d05728a97a.tar.gz talos-obmc-linux-39ad04ccd6e1b235601e9ac5a7f508d05728a97a.zip |
ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.h
asm/assembler.h is a better place for this macro since it is used by
asm files outside arch/arm/kernel/
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Arun KS <getarunks@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/vfp/entry.S')
-rw-r--r-- | arch/arm/vfp/entry.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/vfp/entry.S b/arch/arm/vfp/entry.S index 46e17492fd1f..9cc290ae4e3b 100644 --- a/arch/arm/vfp/entry.S +++ b/arch/arm/vfp/entry.S @@ -8,9 +8,12 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +#include <linux/init.h> +#include <linux/linkage.h> #include <asm/thread_info.h> #include <asm/vfpmacros.h> -#include "../kernel/entry-header.S" +#include <asm/assembler.h> +#include <asm/asm-offsets.h> @ VFP entry point. @ |