Commit e7ae64ac authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix some tabbing in xor.S

parent d8381a1d
......@@ -18,8 +18,9 @@
* !(len & 127) && len >= 256
*/
.text
.align 32
.globl xor_vis_2
.type xor_vis_2,@function
.type xor_vis_2,#function
xor_vis_2:
rd %fprs, %o5
andcc %o5, FPRS_FEF|FPRS_DU, %g0
......@@ -89,9 +90,8 @@ xor_vis_2:
wr %g0, 0, %fprs
.size xor_vis_2, .-xor_vis_2
.globl xor_vis_3
.type xor_vis_3,@function
.type xor_vis_3,#function
xor_vis_3:
rd %fprs, %o5
andcc %o5, FPRS_FEF|FPRS_DU, %g0
......@@ -158,9 +158,8 @@ xor_vis_3:
wr %g0, 0, %fprs
.size xor_vis_3, .-xor_vis_3
.globl xor_vis_4
.type xor_vis_4,@function
.type xor_vis_4,#function
xor_vis_4:
rd %fprs, %o5
andcc %o5, FPRS_FEF|FPRS_DU, %g0
......@@ -246,9 +245,8 @@ xor_vis_4:
wr %g0, 0, %fprs
.size xor_vis_4, .-xor_vis_4
.globl xor_vis_5
.type xor_vis_5,@function
.type xor_vis_5,#function
xor_vis_5:
mov %o5, %g5
rd %fprs, %o5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment