diff options
Diffstat (limited to 'arch/x86/kernel/asm-offsets.c')
-rw-r--r-- | arch/x86/kernel/asm-offsets.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/x86/kernel/asm-offsets.c b/arch/x86/kernel/asm-offsets.c index 95a18e25d5bf..439df975bc7a 100644 --- a/arch/x86/kernel/asm-offsets.c +++ b/arch/x86/kernel/asm-offsets.c | |||
@@ -43,15 +43,15 @@ void common(void) { | |||
43 | 43 | ||
44 | #if defined(CONFIG_X86_32) || defined(CONFIG_IA32_EMULATION) | 44 | #if defined(CONFIG_X86_32) || defined(CONFIG_IA32_EMULATION) |
45 | BLANK(); | 45 | BLANK(); |
46 | OFFSET(IA32_SIGCONTEXT_ax, sigcontext_ia32, ax); | 46 | OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); |
47 | OFFSET(IA32_SIGCONTEXT_bx, sigcontext_ia32, bx); | 47 | OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); |
48 | OFFSET(IA32_SIGCONTEXT_cx, sigcontext_ia32, cx); | 48 | OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); |
49 | OFFSET(IA32_SIGCONTEXT_dx, sigcontext_ia32, dx); | 49 | OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); |
50 | OFFSET(IA32_SIGCONTEXT_si, sigcontext_ia32, si); | 50 | OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); |
51 | OFFSET(IA32_SIGCONTEXT_di, sigcontext_ia32, di); | 51 | OFFSET(IA32_SIGCONTEXT_di, sigcontext_32, di); |
52 | OFFSET(IA32_SIGCONTEXT_bp, sigcontext_ia32, bp); | 52 | OFFSET(IA32_SIGCONTEXT_bp, sigcontext_32, bp); |
53 | OFFSET(IA32_SIGCONTEXT_sp, sigcontext_ia32, sp); | 53 | OFFSET(IA32_SIGCONTEXT_sp, sigcontext_32, sp); |
54 | OFFSET(IA32_SIGCONTEXT_ip, sigcontext_ia32, ip); | 54 | OFFSET(IA32_SIGCONTEXT_ip, sigcontext_32, ip); |
55 | 55 | ||
56 | BLANK(); | 56 | BLANK(); |
57 | OFFSET(IA32_RT_SIGFRAME_sigcontext, rt_sigframe_ia32, uc.uc_mcontext); | 57 | OFFSET(IA32_RT_SIGFRAME_sigcontext, rt_sigframe_ia32, uc.uc_mcontext); |