commit | 9b9b72fe703bd5b89533815eb7eb682cdaf60a6e | [log] [tgz] |
---|---|---|
author | Jake Moilanen <moilanen@austin.ibm.com> | Tue Jul 25 15:11:47 2006 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jul 31 14:35:21 2006 +1000 |
tree | 7c5d9dfce491618fbee1321ca7d65bfc42201b57 | |
parent | 9fc0a92c7ebcad96467d62077497ce195d9b741c [diff] |
[POWERPC] Use H_CEDE on non-SMT On the JS21 systems, they have the SPLPAR hypertas set, but are not SMT capable. So, they are not making the H_CEDE call. This is causing the hypervisor to have to queue up work for the hdecr, taking an excessive amount of time in maintenance code, and causing jitter on the box. Making the H_CEDE call helps alleviate that problem. Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>