Commit 1564b984 authored by Devon H. O'Dell's avatar Devon H. O'Dell Committed by Russ Cox

runtime: GS already set up by setldt in Linux/386; remove duplicate

R=rsc
CC=golang-dev
https://golang.org/cl/186146
parent 12518e44
......@@ -146,9 +146,6 @@ TEXT clone(SB),7,$0
POPL AX
POPL AX
POPAL
SHLL $3, DI // segment# is ldt*8 + 7 (different 7 than above)
ADDL $7, DI
MOVW DI, GS
// Now segment is established. Initialize m, g.
get_tls(AX)
......
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