summaryrefslogtreecommitdiffstats
path: root/sys/mips/idt
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2008-09-10 03:49:08 +0000
committergonzo <gonzo@FreeBSD.org>2008-09-10 03:49:08 +0000
commit977bb41a581a18041a2937f601ff6c3f0ec32b1f (patch)
tree783e25f9509c1573c46d90b3b644df1bbb1a1c82 /sys/mips/idt
parent120d55b5a180fc8f4b45d73c03fe040ad7b58859 (diff)
downloadFreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.zip
FreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.tar.gz
Fix path in all includes: remove /mips32 subdirectory
Diffstat (limited to 'sys/mips/idt')
-rw-r--r--sys/mips/idt/idtpci.c2
-rw-r--r--sys/mips/idt/if_kr.c2
-rw-r--r--sys/mips/idt/obio.c4
-rw-r--r--sys/mips/idt/uart_bus_rc32434.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/sys/mips/idt/idtpci.c b/sys/mips/idt/idtpci.c
index 7e4414f..c7e3161 100644
--- a/sys/mips/idt/idtpci.c
+++ b/sys/mips/idt/idtpci.c
@@ -88,7 +88,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcib_private.h>
#include "pcib_if.h"
-#include <mips/mips32/idt/idtreg.h>
+#include <mips/idt/idtreg.h>
#ifdef IDTPCI_DEBUG
int idtpci_debug = 1;
diff --git a/sys/mips/idt/if_kr.c b/sys/mips/idt/if_kr.c
index 817cff2..36fcdc9 100644
--- a/sys/mips/idt/if_kr.c
+++ b/sys/mips/idt/if_kr.c
@@ -69,7 +69,7 @@ MODULE_DEPEND(kr, miibus, 1, 1, 1);
#include "miibus_if.h"
-#include <mips/mips32/idt/if_krreg.h>
+#include <mips/idt/if_krreg.h>
#define KR_DEBUG
diff --git a/sys/mips/idt/obio.c b/sys/mips/idt/obio.c
index c938f72..1cf5efb 100644
--- a/sys/mips/idt/obio.c
+++ b/sys/mips/idt/obio.c
@@ -44,8 +44,8 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
-#include <mips/mips32/idt/idtreg.h>
-#include <mips/mips32/idt/obiovar.h>
+#include <mips/idt/idtreg.h>
+#include <mips/idt/obiovar.h>
#define ICU_REG_READ(o) \
*((volatile uint32_t *)MIPS_PHYS_TO_KSEG1(IDT_BASE_ICU + (o)))
diff --git a/sys/mips/idt/uart_bus_rc32434.c b/sys/mips/idt/uart_bus_rc32434.c
index 0626b52..35e937d 100644
--- a/sys/mips/idt/uart_bus_rc32434.c
+++ b/sys/mips/idt/uart_bus_rc32434.c
@@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
-#include <mips/mips32/idt/idtreg.h>
+#include <mips/idt/idtreg.h>
#include <dev/pci/pcivar.h>
OpenPOWER on IntegriCloud