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 <[email protected]>
---
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