Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756349AbbDOPqW (ORCPT ); Wed, 15 Apr 2015 11:46:22 -0400 Received: from terminus.zytor.com ([198.137.202.10]:57561 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbbDOPqD (ORCPT ); Wed, 15 Apr 2015 11:46:03 -0400 Date: Wed, 15 Apr 2015 08:45:51 -0700 From: tip-bot for Brian Gerst Message-ID: Cc: brgerst@gmail.com, mingo@kernel.org, hpa@zytor.com, dvlasenk@redhat.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, luto@kernel.org, luto@amacapital.net Reply-To: tglx@linutronix.de, luto@amacapital.net, luto@kernel.org, linux-kernel@vger.kernel.org, mingo@kernel.org, brgerst@gmail.com, dvlasenk@redhat.com, hpa@zytor.com In-Reply-To: <1428844486-6638-2-git-send-email-brgerst@gmail.com> References: <1428844486-6638-2-git-send-email-brgerst@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/asm] x86/asm: Remove unused TI_cpu Git-Commit-ID: 14434052ffb3b7fe8f491e9d0a7793376fb79155 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1404 Lines: 38 Commit-ID: 14434052ffb3b7fe8f491e9d0a7793376fb79155 Gitweb: http://git.kernel.org/tip/14434052ffb3b7fe8f491e9d0a7793376fb79155 Author: Brian Gerst AuthorDate: Sun, 12 Apr 2015 09:14:46 -0400 Committer: Ingo Molnar CommitDate: Wed, 15 Apr 2015 11:28:50 +0200 x86/asm: Remove unused TI_cpu Signed-off-by: Brian Gerst Acked-by: Andy Lutomirski Cc: Andy Lutomirski Cc: Denys Vlasenko Link: http://lkml.kernel.org/r/1428844486-6638-2-git-send-email-brgerst@gmail.com Signed-off-by: Ingo Molnar --- 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); -- 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/