• M
    Blackfin: split optimization settings more · 820b127d
    Mike Frysinger 提交于
    We need to place icache flush funcs into L1 inst sram to work around a
    hardware anomaly.  But this currently breaks SMP support as the L1 inst
    sram is per-core and cannot be called directly.  So in preparation for
    making that work, split the two options.
    
    Further, split out the SMP depend so that we can allow some for SMP.
    Signed-off-by: NMike Frysinger <vapier@gentoo.org>
    820b127d
cache.S 2.4 KB