From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754506AbbJSRt6 (ORCPT ); Mon, 19 Oct 2015 13:49:58 -0400 Received: from terminus.zytor.com ([198.137.202.10]:38096 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753515AbbJSRt4 (ORCPT ); Mon, 19 Oct 2015 13:49:56 -0400 Date: Mon, 19 Oct 2015 10:48:50 -0700 From: tip-bot for Chuck Ebbert Message-ID: Cc: cebbert.lkml@gmail.com, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, brgerst@gmail.com, dvlasenk@redhat.com, tglx@linutronix.de, efault@gmx.de, bp@alien8.de, torvalds@linux-foundation.org, luto@amacapital.net Reply-To: torvalds@linux-foundation.org, luto@amacapital.net, bp@alien8.de, efault@gmx.de, tglx@linutronix.de, brgerst@gmail.com, dvlasenk@redhat.com, peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org, cebbert.lkml@gmail.com, hpa@zytor.com In-Reply-To: <20151014143119.78858eeb@r5> References: <20151014143119.78858eeb@r5> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] sched/x86: Fix typo in __switch_to() comments Git-Commit-ID: 558a65bc31a0c7811b34dad32f51f47c55a40000 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 Commit-ID: 558a65bc31a0c7811b34dad32f51f47c55a40000 Gitweb: http://git.kernel.org/tip/558a65bc31a0c7811b34dad32f51f47c55a40000 Author: Chuck Ebbert AuthorDate: Wed, 14 Oct 2015 14:31:19 -0400 Committer: Ingo Molnar CommitDate: Mon, 19 Oct 2015 10:18:53 +0200 sched/x86: Fix typo in __switch_to() comments Fix obvious mistake: FS/GS should be DS/ES. Signed-off-by: Chuck Ebbert Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20151014143119.78858eeb@r5 Signed-off-by: Ingo Molnar --- arch/x86/kernel/process_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index d7f1d5c..e835d26 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c @@ -332,7 +332,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) /* * Switch FS and GS. * - * These are even more complicated than FS and GS: they have + * These are even more complicated than DS and ES: they have * 64-bit bases are that controlled by arch_prctl. Those bases * only differ from the values in the GDT or LDT if the selector * is 0.