“7effffb7a01b817f6c9fd6979f2c01f746bfc555”上不存在“include/linux/hyperv.h”
  • S
    mips: mm: Discard ioremap_uncached_accelerated() method · ddba595b
    Serge Semin 提交于
    Adaptive ioremap_wc() method is now available as of commit 9748e33e
    ("mips: mm: Create UCA-based ioremap_wc() method"). We can use it to
    obtain UnCached Accelerated (UCA) mappings safely on all MIPS systems,
    and so we don't need the MIPS-specific ioremap_uncached_accelerated()
    any longer. This macro hard-coded the UCA Cache Coherency Attribute
    (CCA) in a manner that isn't safe for kernels that may run on different
    CPUs, and it is also entirely unused so we can trivially remove it.
    
    [paul.burton@mips.com:
      - Reword the commit message a little.
      - Remove CC stable.]
    Signed-off-by: NSerge Semin <fancer.lancer@gmail.com>
    Signed-off-by: NPaul Burton <paul.burton@mips.com>
    Patchwork: https://patchwork.linux-mips.org/patch/19790/
    Cc: James Hogan <jhogan@kernel.org>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: linux-mips@linux-mips.org
    Cc: okaya@codeaurora.org
    Cc: chenhc@lemote.com
    Cc: Sergey.Semin@t-platforms.ru
    Cc: linux-kernel@vger.kernel.org
    ddba595b
io.h 19.7 KB