]> Cypherpunks repositories - gostls13.git/commit
runtime: remove extraneous stackPreempt setting
authorDavid Crawshaw <crawshaw@golang.org>
Sun, 24 Sep 2017 14:48:18 +0000 (10:48 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Feb 2018 15:27:11 +0000 (15:27 +0000)
commitb03f1d1a7e1c84d1fa7e4bcf8c705dfeb1a4565d
tree68f4eb7a60998a8895ed3d11d35b06f670ccf007
parentebb77aa867b4dddd63fc397a907ac93020480723
runtime: remove extraneous stackPreempt setting

The stackguard is set to stackPreempt earlier in reentersyscall, and
as it comes with throwsplit = true there's no way for the stackguard
to be set to anything else by the end of reentersyscall.

Change-Id: I4e942005b22ac784c52398c74093ac887fc8ec24
Reviewed-on: https://go-review.googlesource.com/65673
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/proc.go