X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fasm-offsets_32.c;h=fbf2f33e3080c24c3b17db173fd023fcc66527ae;hb=02dde8b45c5460794b9052d7c12939fe3eb63c2c;hp=ee4df08feee6b0a64b62ca639d39cffbdd0cc87a;hpb=3c92ec8ae91ecf59d88c798301833d7cf83f2179;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/asm-offsets_32.c b/arch/x86/kernel/asm-offsets_32.c index ee4df08feee..fbf2f33e308 100644 --- a/arch/x86/kernel/asm-offsets_32.c +++ b/arch/x86/kernel/asm-offsets_32.c @@ -75,6 +75,7 @@ void foo(void) OFFSET(PT_DS, pt_regs, ds); OFFSET(PT_ES, pt_regs, es); OFFSET(PT_FS, pt_regs, fs); + OFFSET(PT_GS, pt_regs, gs); OFFSET(PT_ORIG_EAX, pt_regs, orig_ax); OFFSET(PT_EIP, pt_regs, ip); OFFSET(PT_CS, pt_regs, cs);