[PATCH] x86/xen: Cleanup file path in a comment

From: Alexander Kuleshov
Date: Sun Feb 08 2015 - 01:53:32 EST


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 <kuleshovmail@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/