]> Cypherpunks repositories - gostls13.git/commit
runtime: implement asyncPreempt for linux/loong64
authorXiaodong Liu <liuxiaodong@loongson.cn>
Wed, 1 Dec 2021 09:15:16 +0000 (17:15 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 19 May 2022 02:40:14 +0000 (02:40 +0000)
commit740b0ebb76c4cb6788eb03be683650938a7f5897
tree2ce880341bfda2ff16cc1a95b287ff0f90e6388d
parentc087121dafc1e0250d43b545e85d67e7e6762f74
runtime: implement asyncPreempt for linux/loong64

Contributors to the loong64 port are:
  Weining Lu <luweining@loongson.cn>
  Lei Wang <wanglei@loongson.cn>
  Lingqin Gong <gonglingqin@loongson.cn>
  Xiaolin Zhao <zhaoxiaolin@loongson.cn>
  Meidan Li <limeidan@loongson.cn>
  Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
  Qiyuan Pu <puqiyuan@loongson.cn>
  Guoqi Chen <chenguoqi@loongson.cn>

This port has been updated to Go 1.15.6:
  https://github.com/loongson/go

Updates #46229

Change-Id: I7a64e38b15a99816bd74262c02f62dad021cc166
Reviewed-on: https://go-review.googlesource.com/c/go/+/368078
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/mkpreempt.go
src/runtime/preempt_loong64.s [new file with mode: 0644]