|
@@ -50,11 +50,6 @@ void foo(void)
|
|
|
DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) -
|
|
|
offsetofend(struct tss_struct, SYSENTER_stack));
|
|
|
|
|
|
- /* Offset from cpu_tss to SYSENTER_stack */
|
|
|
- OFFSET(CPU_TSS_SYSENTER_stack, tss_struct, SYSENTER_stack);
|
|
|
- /* Size of SYSENTER_stack */
|
|
|
- DEFINE(SIZEOF_SYSENTER_stack, sizeof(((struct tss_struct *)0)->SYSENTER_stack));
|
|
|
-
|
|
|
#ifdef CONFIG_CC_STACKPROTECTOR
|
|
|
BLANK();
|
|
|
OFFSET(stack_canary_offset, stack_canary, canary);
|