Skip to content

Commit

Permalink
powerpc: Fix incorrect .stabs entry for copy_32.S
Browse files Browse the repository at this point in the history
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Sean MacLennan authored and Benjamin Herrenschmidt committed Sep 2, 2010
1 parent 0d35e16 commit 025c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/lib/copy_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 025c018

Please sign in to comment.