commit | 211a7caa61b22069ba78da124f864ceb65826c9e | [log] [tgz] |
---|---|---|
author | Ajay Dudani <adudani@codeaurora.org> | Tue Jul 24 20:50:09 2012 -0700 |
committer | Ajay Dudani <adudani@codeaurora.org> | Thu Jul 26 09:23:11 2012 -0700 |
tree | f7c5a43a7f912a20e4f86d5af810364d43dda076 | |
parent | 4181239136b9fb0b2c000fbff691f361dc9d48e5 [diff] |
proc: show present cpu instead of online cpu in /proc/stat Some userspace applications use /proc/stat to determine how many CPUs the system has. CPU hotplug can offline a CPU at runtime and causing the offline CPU not present in /proc/stat if we only show online cpu in /proc/stat. Change-Id: I4fd0cfcdb174244044634389da2fbdef77744c19 Signed-off-by: Ajay Dudani <adudani@codeaurora.org>