]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] runtime: replace getproccount with simpler code
authorRuss Cox <rsc@golang.org>
Thu, 14 Aug 2014 18:34:25 +0000 (14:34 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Aug 2014 18:34:25 +0000 (14:34 -0400)
commitecbe6b9f7f7415431f5dc57629a0d4d13401e46f
tree8efa667a7d89f6ddd4c2432162b8e024370dfd7d
parent25bde37af4042d430274895abb9751cb3c786730
[dev.power64] runtime: replace getproccount with simpler code

This runs once. There is no need for inscrutable algorithms.
Also it doesn't compile correctly with 9c.

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/130000043
src/pkg/runtime/os_linux.c