From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- 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