]> Cypherpunks repositories - gostls13.git/commit
runtime: handle linux CPU masks up to 64k CPUs
authorRuss Cox <rsc@golang.org>
Wed, 22 Jul 2015 20:12:26 +0000 (16:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 22 Jul 2015 20:53:01 +0000 (20:53 +0000)
commit77d38d9cbe9b4047e7155569e7b9485093807e17
treee5a3dcf1736da8385085184528ae1f0209f86570
parentdaaa45073e887cb6d8075c2caafdfe8425bca25a
runtime: handle linux CPU masks up to 64k CPUs

Fixes #11823.

Change-Id: Ic949ccb9657478f8ca34fdf1a6fe88f57db69f24
Reviewed-on: https://go-review.googlesource.com/12535
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os1_linux.go