From 1564b984a5983999ab97ec08a3e723ba25c17af9 Mon Sep 17 00:00:00 2001 From: "Devon H. O'Dell" Date: Wed, 13 Jan 2010 17:50:12 -0800 Subject: [PATCH] runtime: GS already set up by setldt in Linux/386; remove duplicate R=rsc CC=golang-dev https://golang.org/cl/186146 --- src/pkg/runtime/linux/386/sys.s | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pkg/runtime/linux/386/sys.s b/src/pkg/runtime/linux/386/sys.s index f734a68338..49b829a6ae 100644 --- a/src/pkg/runtime/linux/386/sys.s +++ b/src/pkg/runtime/linux/386/sys.s @@ -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) -- 2.50.0