commit | 2b46b5673ca67d23302c2afac045def988a3cade | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Tue Nov 20 15:18:40 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Tue Nov 20 16:10:28 2007 +1100 |
tree | 02b291c7d8fe862e2ac76b22a4fc361e4620f0a3 | |
parent | c443acab2eebf12dce7e78fe29e76786f55ad1be [diff] |
[POWERPC] Fix possible division by zero in scaled time accounting If we get no user time and no system time allocated since the last account_system_vtime, the system to user time ratio estimate can end up dividing by zero. This was causing a problem noticed by Balbir Singh. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Paul Mackerras <paulus@samba.org>