Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752105AbbDLSnw (ORCPT ); Sun, 12 Apr 2015 14:43:52 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:35827 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbbDLSnu (ORCPT ); Sun, 12 Apr 2015 14:43:50 -0400 MIME-Version: 1.0 In-Reply-To: <1428844486-6638-2-git-send-email-brgerst@gmail.com> References: <1428844486-6638-1-git-send-email-brgerst@gmail.com> <1428844486-6638-2-git-send-email-brgerst@gmail.com> From: Andy Lutomirski Date: Sun, 12 Apr 2015 11:43:29 -0700 Message-ID: Subject: Re: [PATCH 2/2] x86: Remove unused TI_cpu To: Brian Gerst Cc: X86 ML , "linux-kernel@vger.kernel.org" , Ingo Molnar , Denys Vlasenko Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 37 On Sun, Apr 12, 2015 at 6:14 AM, Brian Gerst wrote: > Signed-off-by: Brian Gerst Acked-by: Andy Lutomirski > --- > arch/x86/kernel/asm-offsets_32.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/x86/kernel/asm-offsets_32.c b/arch/x86/kernel/asm-offsets_32.c > index 628bfd4c..6ce3902 100644 > --- a/arch/x86/kernel/asm-offsets_32.c > +++ b/arch/x86/kernel/asm-offsets_32.c > @@ -26,9 +26,6 @@ void foo(void) > OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); > BLANK(); > > - OFFSET(TI_cpu, thread_info, cpu); > - BLANK(); > - > OFFSET(PT_EBX, pt_regs, bx); > OFFSET(PT_ECX, pt_regs, cx); > OFFSET(PT_EDX, pt_regs, dx); > -- > 2.1.0 > -- Andy Lutomirski AMA Capital Management, LLC -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/