Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752732AbbHWNTb (ORCPT ); Sun, 23 Aug 2015 09:19:31 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:36505 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752201AbbHWNTa (ORCPT ); Sun, 23 Aug 2015 09:19:30 -0400 From: Alexander Kuleshov To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Denys Vlasenko , Andy Lutomirski , Borislav Petkov , Steven Rostedt Cc: linux-kernel@vger.kernel.org, Alexander Kuleshov Subject: [PATCH] x86-64: Fix file paths in comments Date: Sun, 23 Aug 2015 19:18:52 +0600 Message-Id: <1440335932-3414-1-git-send-email-kuleshovmail@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3041 Lines: 94 Architecture specific code for i386 and x86_64 was unified and merged to the arch/x86. This patch fix old paths of source code files in comments. Signed-off-by: Alexander Kuleshov --- arch/x86/entry/entry_64.S | 4 ++-- arch/x86/ia32/ia32_signal.c | 2 +- arch/x86/kernel/mcount_64.S | 2 +- arch/x86/lib/csum-partial_64.c | 2 +- arch/x86/mm/init_64.c | 2 +- arch/x86/um/setjmp_64.S | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index 8cb3e43..ba24364 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S @@ -1,11 +1,11 @@ /* - * linux/arch/x86_64/entry.S + * linux/arch/x86/entry/entry_64.S * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 2000, 2001, 2002 Andi Kleen SuSE Labs * Copyright (C) 2000 Pavel Machek * - * entry.S contains the system-call and fault low-level handling routines. + * entry_64.S contains the system-call and fault low-level handling routines. * * Some of this is documented in Documentation/x86/entry_64.txt * diff --git a/arch/x86/ia32/ia32_signal.c b/arch/x86/ia32/ia32_signal.c index ae3a29a..4e310ad 100644 --- a/arch/x86/ia32/ia32_signal.c +++ b/arch/x86/ia32/ia32_signal.c @@ -1,5 +1,5 @@ /* - * linux/arch/x86_64/ia32/ia32_signal.c + * linux/arch/x86/ia32/ia32_signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * diff --git a/arch/x86/kernel/mcount_64.S b/arch/x86/kernel/mcount_64.S index 94ea120..dfef3e3 100644 --- a/arch/x86/kernel/mcount_64.S +++ b/arch/x86/kernel/mcount_64.S @@ -1,5 +1,5 @@ /* - * linux/arch/x86_64/mcount_64.S + * linux/arch/x86/mcount_64.S * * Copyright (C) 2014 Steven Rostedt, Red Hat Inc */ diff --git a/arch/x86/lib/csum-partial_64.c b/arch/x86/lib/csum-partial_64.c index 9845371..842d1c6 100644 --- a/arch/x86/lib/csum-partial_64.c +++ b/arch/x86/lib/csum-partial_64.c @@ -1,5 +1,5 @@ /* - * arch/x86_64/lib/csum-partial.c + * arch/x86/lib/csum-partial_64.c * * This file contains network checksum routines that are better done * in an architecture-specific manner due to speed. diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 3fba623..b2b708c 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c @@ -1,5 +1,5 @@ /* - * linux/arch/x86_64/mm/init.c + * linux/arch/x86/mm/init_64.c * * Copyright (C) 1995 Linus Torvalds * Copyright (C) 2000 Pavel Machek diff --git a/arch/x86/um/setjmp_64.S b/arch/x86/um/setjmp_64.S index 45f547b..7837644 100644 --- a/arch/x86/um/setjmp_64.S +++ b/arch/x86/um/setjmp_64.S @@ -1,5 +1,5 @@ # -# arch/x86_64/setjmp.S +# arch/x86/um/setjmp_64.S # # setjmp/longjmp for the x86-64 architecture # -- 2.5.0 -- 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/