Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379AbbBHGx2 (ORCPT ); Sun, 8 Feb 2015 01:53:28 -0500 Received: from mail-la0-f42.google.com ([209.85.215.42]:38109 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751976AbbBHGx1 (ORCPT ); Sun, 8 Feb 2015 01:53:27 -0500 From: Alexander Kuleshov To: Konrad Rzeszutek Wilk Cc: Boris Ostrovsky , David Vrabel , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, Alexander Kuleshov Subject: [PATCH] x86/xen: Cleanup file path in a comment Date: Sun, 8 Feb 2015 12:53:07 +0600 Message-Id: <1423378387-7452-1-git-send-email-kuleshovmail@gmail.com> X-Mailer: git-send-email 2.3.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 887 Lines: 28 There is no head.S now, arch/x86/kernel/head_32.S and arch/x86/kernel/head_64.S instead Signed-off-by: Alexander Kuleshov --- arch/x86/xen/xen-head.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/xen/xen-head.S b/arch/x86/xen/xen-head.S index 674b2225..c73e603 100644 --- a/arch/x86/xen/xen-head.S +++ b/arch/x86/xen/xen-head.S @@ -1,5 +1,5 @@ -/* Xen-specific pieces of head.S, intended to be included in the right - place in head.S */ +/* Xen-specific pieces of head_{32,64}.S, intended to be included in the right + place in head_{32,64}.S */ #ifdef CONFIG_XEN -- 2.3.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/