From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- kernel/arch/mips/pci/pci-bcm63xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/mips/pci/pci-bcm63xx.c b/kernel/arch/mips/pci/pci-bcm63xx.c index 151d9b5..5548365 100644 --- a/kernel/arch/mips/pci/pci-bcm63xx.c +++ b/kernel/arch/mips/pci/pci-bcm63xx.c @@ -221,7 +221,7 @@ * a spinlock for each io access, so this is currently kind of * broken on SMP. */ - pci_iospace_start = ioremap_nocache(BCM_PCI_IO_BASE_PA, 4); + pci_iospace_start = ioremap(BCM_PCI_IO_BASE_PA, 4); if (!pci_iospace_start) return -ENOMEM; -- Gitblit v1.6.2