]> Cypherpunks repositories - gostls13.git/commit
runtime: add missing code for linux/riscv64
authorJoel Sing <joel@sing.id.au>
Wed, 22 Jan 2020 16:42:07 +0000 (03:42 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 23 Jan 2020 14:36:57 +0000 (14:36 +0000)
commit82a2f825b7163eafebbf9b8640ef6406e4dda9a9
treee1678c325465dff3bac1dba15ded5a91e6724e08
parent9f07cdd99ee70b90e2a5fe998acb48c5fc6e39f2
runtime: add missing code for linux/riscv64

Makes linux/riscv64 runtime buildable.

Updates #27532

Change-Id: I91bcadaaecb8ff3ffd70fcb437b2b6e4bbe11eda
Reviewed-on: https://go-review.googlesource.com/c/go/+/215839
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/mkpreempt.go
src/runtime/mpagealloc_64bit.go
src/runtime/os_linux_riscv64.go [new file with mode: 0644]
src/runtime/preempt_riscv64.s [new file with mode: 0644]