diff options
author | Sean MacLennan <smaclennan@pikatech.com> | 2010-09-01 07:21:21 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-09-02 14:07:34 +1000 |
commit | 025c0186a0357b0bd92039a927a07860e8be4205 (patch) | |
tree | 3b55cb1d976a6c8307ca1fc78728f3e96e7310cd | |
parent | 0d35e1620d2882d74faed90d9ac457bf6c7a0886 (diff) | |
download | linux-3.10-025c0186a0357b0bd92039a927a07860e8be4205.tar.gz linux-3.10-025c0186a0357b0bd92039a927a07860e8be4205.tar.bz2 linux-3.10-025c0186a0357b0bd92039a927a07860e8be4205.zip |
powerpc: Fix incorrect .stabs entry for copy_32.S
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/lib/copy_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/copy_32.S b/arch/powerpc/lib/copy_32.S index 74a7f4130b4..55f19f9fd70 100644 --- a/arch/powerpc/lib/copy_32.S +++ b/arch/powerpc/lib/copy_32.S @@ -62,7 +62,7 @@ .text .stabs "arch/powerpc/lib/",N_SO,0,0,0f - .stabs "copy32.S",N_SO,0,0,0f + .stabs "copy_32.S",N_SO,0,0,0f 0: CACHELINE_BYTES = L1_CACHE_BYTES |