Merge branch 'devel-stable' into for-next
[linux-2.6-microblaze.git] / arch / arm / kernel / asm-offsets.c
index 6a80d4b..219cbc7 100644 (file)
@@ -47,7 +47,6 @@ int main(void)
   DEFINE(TI_CPU_DOMAIN,                offsetof(struct thread_info, cpu_domain));
   DEFINE(TI_CPU_SAVE,          offsetof(struct thread_info, cpu_context));
   DEFINE(TI_ABI_SYSCALL,       offsetof(struct thread_info, abi_syscall));
-  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