Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/sync/runtime_constants_go125.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
// limitations under the License.

// https://go.dev/cl/670497 (1.25) adds a new wait reason, adjusting the value of waitReasonSemacquire.
//go:build go1.25
// https://go.dev/cl/714800 (1.26) changes size of the schedt.midle field.
//go:build go1.25 && !go1.26

package sync

Expand Down
3 changes: 1 addition & 2 deletions pkg/sync/runtime_spinning_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
// limitations under the License.

// https://go.dev/cl/669235 (1.25) adds a new schedt field prior to nmspinning.
// https://go.dev/cl/714800 (1.26) changes size of the schedt.midle field.
//go:build amd64 && !go1.25 && !go1.26
//go:build amd64 && !go1.25

#include "textflag.h"

Expand Down
3 changes: 1 addition & 2 deletions pkg/sync/runtime_spinning_go126_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// https://go.dev/cl/669235 (1.25) adds a new schedt field prior to nmspinning.
// https://go.dev/cl/714800 (1.26) changes size of the schedt.midle field.
//go:build amd64 && go1.25 && go1.26
//go:build amd64 && go1.26

#include "textflag.h"

Expand Down