commit | a4fc3a3cead7f9e00dc0f6e00238b11c030f94cc | [log] [tgz] |
---|---|---|
author | Linas Vepstas <linas@austin.ibm.com> | Fri Aug 10 07:01:50 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Aug 17 11:01:52 2007 +1000 |
tree | 94d4b39d51a73970c9eab3a63390b71295adfd87 | |
parent | f774216d465959a4777ac3de67f33bf75ecd4a76 [diff] |
[POWERPC] pseries: Avoid excess rtas_token calls We don't need to look up the rtas event token once per cpu per second. This avoids some misc device-tree lookups and string ops and so provides some minor performance improvement. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> ---- Revised commit-log message. arch/powerpc/platforms/pseries/rtasd.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Signed-off-by: Paul Mackerras <paulus@samba.org>