From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- 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