]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/asm-offsets.c
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / arch / x86 / kernel / asm-offsets.c
index 8e3d22a1af94094b749abca95187b073403d628c..95a18e25d5bfc5ce14f9e930eef09389c336c8d6 100644 (file)
@@ -53,9 +53,6 @@ void common(void) {
        OFFSET(IA32_SIGCONTEXT_sp, sigcontext_ia32, sp);
        OFFSET(IA32_SIGCONTEXT_ip, sigcontext_ia32, ip);
 
-       BLANK();
-       OFFSET(TI_sysenter_return, thread_info, sysenter_return);
-
        BLANK();
        OFFSET(IA32_RT_SIGFRAME_sigcontext, rt_sigframe_ia32, uc.uc_mcontext);
 #endif