• K
    powerpc/85xx: Fix writing to spin table 'cpu-release-addr' on ppc64e · decbb280
    Kumar Gala 提交于
    If the spin table is located in the linear mapping (which can happen if
    we have 4G or more of memory) we need to access the spin table via a
    cacheable coherent mapping like we do on ppc32 (and do explicit cache
    flush).
    
    See the following commit for the ppc32 version of this issue:
    
    commit d1d47ec6
    Author: Peter Tyser <ptyser@xes-inc.com>
    Date:   Fri Dec 18 16:50:37 2009 -0600
    
        powerpc/85xx: Fix SMP when "cpu-release-addr" is in lowmem
    Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
    decbb280
smp.c 6.0 KB