Anton Blanchard dc40127ca5 [POWERPC] Fix bugs in the hypervisor call stats code
There were a few issues with the HCALL_STATS code:

- PURR cpu feature checks were backwards
- We iterated one entry off the end of the hcall_stats array
- Remove dead update_hcall_stats() function prototype

I noticed one thing while debugging, and that is we call H_ENTER (to set
up the MMU hashtable in early init) before we have done the cpu fixups.
This means we will execute the PURR SPR reads even on a CPU that isnt
capable of it. I wonder if we can move the CPU feature fixups earlier.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-01-09 17:03:03 +11:00
..
2007-01-08 21:41:04 +00:00
2006-12-15 17:18:22 +01:00
2006-12-20 02:53:13 -05:00
2007-01-04 12:25:16 -08:00
2006-12-07 08:39:25 -08:00
2006-12-20 09:11:55 +01:00
2006-12-13 09:05:55 -08:00