summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-10-04 22:01:28 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-10-04 22:01:28 (GMT)
commit43a60c1792b13eed49220af0e1344bf48e3a0677 (patch)
treecdacc16876e95df8a4ee7a554d267407ec0cb808 /arch/arm/kernel
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff)
parent9fc31ddc70ac594b5a1d8a83303b65008221088c (diff)
downloadlinux-fsl-qoriq-43a60c1792b13eed49220af0e1344bf48e3a0677.tar.xz
Merge branch 'cleanup' into for-linus
Conflicts: arch/arm/mach-imx/mach-imx27_visstrim_m10.c
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r--arch/arm/kernel/asm-offsets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
index 1429d89..c985b48 100644
--- a/arch/arm/kernel/asm-offsets.c
+++ b/arch/arm/kernel/asm-offsets.c
@@ -59,10 +59,12 @@ int main(void)
DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp));
DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value));
DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate));
+#ifdef CONFIG_VFP
DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate));
#ifdef CONFIG_SMP
DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu));
#endif
+#endif
#ifdef CONFIG_ARM_THUMBEE
DEFINE(TI_THUMBEE_STATE, offsetof(struct thread_info, thumbee_state));
#endif