diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 22:20:10 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 22:20:10 +1000 |
commit | b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9 (patch) | |
tree | 5d5c3ac4de563d03759d98399030aac00be33023 /arch/powerpc/lib/string.S | |
parent | ff64208df7eb17c5526197449762ff5e04a95de6 (diff) | |
download | kernel_goldelico_gta04-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.zip kernel_goldelico_gta04-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.tar.gz kernel_goldelico_gta04-b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9.tar.bz2 |
powerpc: Use reg.h instead of processor.h when we just want reg names
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>
Diffstat (limited to 'arch/powerpc/lib/string.S')
-rw-r--r-- | arch/powerpc/lib/string.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/lib/string.S b/arch/powerpc/lib/string.S index 15d40e9..b9ca84e 100644 --- a/arch/powerpc/lib/string.S +++ b/arch/powerpc/lib/string.S @@ -13,11 +13,6 @@ #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 |