Skip to content

Commit f3a6164

Browse files
authored
Merge pull request #2324 from antonblanchard/power9_segv
Fix SEGV in cdot_power9
2 parents c815b8f + cf2a8e4 commit f3a6164

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

kernel/power/cdot_power9.S

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313

1414
cdot_k:
1515
.LCF0:
16-
0: addis 2,12,.TOC.-.LCF0@ha
17-
addi 2,2,.TOC.-.LCF0@l
18-
.localentry cdot_k,.-cdot_k
19-
mr. 9,3
16+
0: mr. 9,3
2017
ble 0,.L10
2118
cmpdi 7,5,1
2219
beq 7,.L18

0 commit comments

Comments
 (0)