|
@@ -51,7 +51,6 @@ void foo(void)
|
|
|
OFFSET(TI_exec_domain, thread_info, exec_domain);
|
|
|
OFFSET(TI_flags, thread_info, flags);
|
|
|
OFFSET(TI_status, thread_info, status);
|
|
|
- OFFSET(TI_cpu, thread_info, cpu);
|
|
|
OFFSET(TI_preempt_count, thread_info, preempt_count);
|
|
|
OFFSET(TI_addr_limit, thread_info, addr_limit);
|
|
|
OFFSET(TI_restart_block, thread_info, restart_block);
|
|
@@ -97,4 +96,7 @@ void foo(void)
|
|
|
DEFINE(VDSO_PRELINK, VDSO_PRELINK);
|
|
|
|
|
|
OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);
|
|
|
+
|
|
|
+ BLANK();
|
|
|
+ OFFSET(PDA_cpu, i386_pda, cpu_number);
|
|
|
}
|