Skip to content

Commit

Permalink
powerpc: Fix comment typos 'CONFiG_ALTIVEC'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
pebolle authored and Jiri Kosina committed Oct 29, 2014
1 parent 994bef1 commit c2522dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/lib/copyuser_power7.S
Original file line number Diff line number Diff line change
Expand Up @@ -718,4 +718,4 @@ err3; stb r0,0(r3)

15: addi r1,r1,STACKFRAMESIZE
b exit_vmx_usercopy /* tail call optimise */
#endif /* CONFiG_ALTIVEC */
#endif /* CONFIG_ALTIVEC */
2 changes: 1 addition & 1 deletion arch/powerpc/lib/memcpy_power7.S
Original file line number Diff line number Diff line change
Expand Up @@ -653,4 +653,4 @@ _GLOBAL(memcpy_power7)
15: addi r1,r1,STACKFRAMESIZE
ld r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
b exit_vmx_copy /* tail call optimise */
#endif /* CONFiG_ALTIVEC */
#endif /* CONFIG_ALTIVEC */

0 comments on commit c2522dc

Please sign in to comment.