summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-09-16 18:41:13 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:39:06 -0800
commit4375d66ec6f7a803b3b5f002dd3460d40bd0f066 (patch)
treece20c19afc63489ea96c97d0d59bee2d384d8d7e /arch/arm/kernel
parent5a345388aa668cd980c0addd0f0e247fc747c08f (diff)
Revert "ARM: vfp: fix a hole in VFP thread migration"
This reverts commit c0822d4f0bcccf227b751cfe1c047f3bdae0f1ce.
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r--arch/arm/kernel/asm-offsets.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
index 16baba2e4369..927522cfc12e 100644
--- a/arch/arm/kernel/asm-offsets.c
+++ b/arch/arm/kernel/asm-offsets.c
@@ -59,9 +59,6 @@ int main(void)
DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value));
DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate));
DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate));
-#ifdef CONFIG_SMP
- DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu));
-#endif
#ifdef CONFIG_ARM_THUMBEE
DEFINE(TI_THUMBEE_STATE, offsetof(struct thread_info, thumbee_state));
#endif