• A
    [POWERPC] Fix bugs in the hypervisor call stats code · dc40127c
    Anton Blanchard 提交于
    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: NAnton Blanchard <anton@samba.org>
    Signed-off-by: NPaul Mackerras <paulus@samba.org>
    dc40127c
hvCall_inst.c 3.1 KB