]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
powerpc: Use reg.h instead of processor.h when we just want reg names
authorPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 12:20:10 +0000 (22:20 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 12:20:10 +0000 (22:20 +1000)
Now that the register names and bit definitions are all in reg.h,
use that instead of processor.h in assembly code in a few places.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/fpu.S
arch/powerpc/kernel/head_32.S
arch/powerpc/kernel/idle_6xx.S
arch/powerpc/kernel/vector.S
arch/powerpc/lib/string.S
arch/powerpc/mm/hash_low_32.S

index 04e95e810b21f3b5557904749f44cf9f25e1a2eb..563d445ff58422c6539b7a925913fefed7df4af8 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include <linux/config.h>
-#include <asm/processor.h>
+#include <asm/reg.h>
 #include <asm/page.h>
 #include <asm/mmu.h>
 #include <asm/pgtable.h>
index d9dbbd426744af01579f589f7aadd55f714df47a..108e78ef3878a9e5929a7066c9bd5a3d90d1a9e5 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include <linux/config.h>
-#include <asm/processor.h>
+#include <asm/reg.h>
 #include <asm/page.h>
 #include <asm/mmu.h>
 #include <asm/pgtable.h>
@@ -55,8 +55,8 @@
 1:
 
        .text
-       .stabs  "arch/ppc/kernel/",N_SO,0,0,0f
-       .stabs  "head.S",N_SO,0,0,0f
+       .stabs  "arch/powerpc/kernel/",N_SO,0,0,0f
+       .stabs  "head_32.S",N_SO,0,0,0f
 0:
        .globl  _stext
 _stext:
index 1a2194cf68281c817794b6fd6c15e45fd96e9b28..444fdcc769f1cf272bf84e7baa4bb497cc4e352f 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <linux/config.h>
 #include <linux/threads.h>
-#include <asm/processor.h>
+#include <asm/reg.h>
 #include <asm/page.h>
 #include <asm/cputable.h>
 #include <asm/thread_info.h>
index 12cb90bc209c99feac3310aee41df6ffccd394c6..66b3d03c5fa576d5e851127e0c8e4e148faeba53 100644 (file)
@@ -1,6 +1,6 @@
 #include <linux/config.h>
 #include <asm/ppc_asm.h>
-#include <asm/processor.h>
+#include <asm/reg.h>
 
 /*
  * The routines below are in assembler so we can closely control the
index 15d40e9ef8b12932d45f7fca06739d1997a4b3b8..b9ca84ed89278403058a055c37ebd0d4a3061b9e 100644 (file)
 #include <asm/errno.h>
 #include <asm/ppc_asm.h>
 
-       .text
-       .stabs  "arch/powerpc/lib/",N_SO,0,0,0f
-       .stabs  "string.S",N_SO,0,0,0f
-0:
-
        .section __ex_table,"a"
 #ifdef CONFIG_PPC64
        .align  3
index 57278a8dd1327ba4f86dd33cb82ebedc3a16d8bd..12ccd7155bacc514da6dae7d9af3a1e032329d91 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include <linux/config.h>
-#include <asm/processor.h>
+#include <asm/reg.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
 #include <asm/cputable.h>