]> Cypherpunks repositories - gostls13.git/commit
runtime: fix implementation of cputicks for ppc64x
authorLynn Boger <laboger@linux.vnet.ibm.com>
Thu, 16 Aug 2018 14:49:35 +0000 (10:49 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 19:47:31 +0000 (19:47 +0000)
commitcfbe3cfbeb6b2de561fc709b8644d4d7a4e182bb
tree6f752ea35d612d48abd1dbc6f6d1baa716e32317
parentf2d7e66e98d64941313147c0dfe2f31645830716
runtime: fix implementation of cputicks for ppc64x

The implementation of cputicks has been wrong for ppc64x. The
previous code sequence is for 32 bit, not 64 bit.

Change-Id: I308ae6cf9131f53a0100cd3f8ae4e16601f2d553
Reviewed-on: https://go-review.googlesource.com/129595
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/asm_ppc64x.s