• A
    [POWERPC] Quieten cache information at boot · 9697add0
    Anton Blanchard 提交于
    After 6 years the ppc64 kernel still thinks its important to tell me my
    cache line size is 0x80 bytes. I think most people who care know that by
    now. The rest probably cant even understand the hex output.
    
    Since we might have misconfigured firmware or cpus that have a linesize
    that isnt 128 bytes, I still print it out for those cases. If people
    would prefer to remove it completely, lets do it.
    
    Also for lpar remove the htab_address printout since its not used.
    
    Anton
    ppc64 boot log usability expert
    Signed-off-by: NAnton Blanchard <anton@samba.org>
    Signed-off-by: NPaul Mackerras <paulus@samba.org>
    9697add0
setup_64.c 15.2 KB