[PATCH] x86-64: Fix file paths in comments

2015-08-23 Thread Alexander Kuleshov
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] x86-64: Fix file paths in comments

2015-08-23 Thread Alexander Kuleshov
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 kuleshovm...@gmail.com
---
 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 pa...@suse.cz
  *
- * 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 pa...@ucw.cz
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/