diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-01 02:20:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-01 02:20:18 +0000 |
commit | 9506149a76a66d3368ac0c156a9dbbfeac71428c (patch) | |
tree | d4a4a24d5a7b2ec1a77e78b860ef498c280cab9d /ChangeLog | |
parent | e076bece18a91685d9748508f861dd033e4ae28d (diff) | |
download | glibc-9506149a76a66d3368ac0c156a9dbbfeac71428c.tar.gz glibc-9506149a76a66d3368ac0c156a9dbbfeac71428c.tar.xz glibc-9506149a76a66d3368ac0c156a9dbbfeac71428c.zip |
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
total processors using sysfs. (__get_nprocs): Use sysfs to determine which processors are online.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 70346b6541..3a68c88172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2007-07-31 Ulrich Drepper <drepper@redhat.com> - * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sys - filesystem to determine which processors are online. + * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count + total processors using sysfs. + (__get_nprocs): Use sysfs to determine which processors are online. 2007-07-31 Jakub Jelinek <jakub@redhat.com> |