diff options
Diffstat (limited to 'arch/x86/kernel/asm-offsets_32.c')
-rw-r--r-- | arch/x86/kernel/asm-offsets_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/asm-offsets_32.c b/arch/x86/kernel/asm-offsets_32.c index 4fc24a61f431..415313556708 100644 --- a/arch/x86/kernel/asm-offsets_32.c +++ b/arch/x86/kernel/asm-offsets_32.c | |||
@@ -101,8 +101,8 @@ void foo(void) | |||
101 | OFFSET(pbe_orig_address, pbe, orig_address); | 101 | OFFSET(pbe_orig_address, pbe, orig_address); |
102 | OFFSET(pbe_next, pbe, next); | 102 | OFFSET(pbe_next, pbe, next); |
103 | 103 | ||
104 | /* Offset from the sysenter stack to tss.esp0 */ | 104 | /* Offset from the sysenter stack to tss.sp0 */ |
105 | DEFINE(TSS_sysenter_esp0, offsetof(struct tss_struct, x86_tss.esp0) - | 105 | DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - |
106 | sizeof(struct tss_struct)); | 106 | sizeof(struct tss_struct)); |
107 | 107 | ||
108 | DEFINE(PAGE_SIZE_asm, PAGE_SIZE); | 108 | DEFINE(PAGE_SIZE_asm, PAGE_SIZE); |