aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/cavium/octeon_cop2.S2
-rw-r--r--sys/mips/ingenic/jz4780_mpboot.S2
-rw-r--r--sys/mips/mips/exception.S2
-rw-r--r--sys/mips/mips/fp.S2
-rw-r--r--sys/mips/mips/locore.S2
-rw-r--r--sys/mips/mips/mpboot.S2
-rw-r--r--sys/mips/mips/octeon_cop2_swtch.S2
-rw-r--r--sys/mips/mips/support.S2
-rw-r--r--sys/mips/mips/swtch.S2
-rw-r--r--sys/mips/nlm/mpreset.S2
10 files changed, 10 insertions, 10 deletions
diff --git a/sys/mips/cavium/octeon_cop2.S b/sys/mips/cavium/octeon_cop2.S
index 0a983f986634..fd0f93900a3b 100644
--- a/sys/mips/cavium/octeon_cop2.S
+++ b/sys/mips/cavium/octeon_cop2.S
@@ -29,7 +29,7 @@
#include <machine/asm.h>
#include <mips/cavium/octeon_cop2.h>
-#include "assym.s"
+#include "assym.inc"
.set noreorder
diff --git a/sys/mips/ingenic/jz4780_mpboot.S b/sys/mips/ingenic/jz4780_mpboot.S
index 5481c5eb0797..acd9658d8ccc 100644
--- a/sys/mips/ingenic/jz4780_mpboot.S
+++ b/sys/mips/ingenic/jz4780_mpboot.S
@@ -27,7 +27,7 @@
*/
#include <machine/asm.h>
-#include "assym.s"
+#include "assym.inc"
.text
.set noat
diff --git a/sys/mips/mips/exception.S b/sys/mips/mips/exception.S
index 865abf970ed5..892bebc8f37f 100644
--- a/sys/mips/mips/exception.S
+++ b/sys/mips/mips/exception.S
@@ -63,7 +63,7 @@
#include <machine/pte.h>
#include <machine/pcb.h>
-#include "assym.s"
+#include "assym.inc"
.set noreorder # Noreorder is default style!
diff --git a/sys/mips/mips/fp.S b/sys/mips/mips/fp.S
index cb7b4a7e6ef5..b959f86fc631 100644
--- a/sys/mips/mips/fp.S
+++ b/sys/mips/mips/fp.S
@@ -43,7 +43,7 @@
#include <machine/regnum.h>
#include <machine/cpuregs.h>
-#include "assym.s"
+#include "assym.inc"
#define SEXP_INF 0xff
#define DEXP_INF 0x7ff
diff --git a/sys/mips/mips/locore.S b/sys/mips/mips/locore.S
index e8702a019239..e3470b52ce78 100644
--- a/sys/mips/mips/locore.S
+++ b/sys/mips/mips/locore.S
@@ -70,7 +70,7 @@
#include <machine/cpuregs.h>
#include <machine/regnum.h>
-#include "assym.s"
+#include "assym.inc"
.data
#ifdef YAMON
diff --git a/sys/mips/mips/mpboot.S b/sys/mips/mips/mpboot.S
index 7b73c3f1bf0a..7487b317847d 100644
--- a/sys/mips/mips/mpboot.S
+++ b/sys/mips/mips/mpboot.S
@@ -30,7 +30,7 @@
#include <machine/cpu.h>
#include <machine/cpuregs.h>
-#include "assym.s"
+#include "assym.inc"
.text
.set noat
diff --git a/sys/mips/mips/octeon_cop2_swtch.S b/sys/mips/mips/octeon_cop2_swtch.S
index 688db6b757a5..62b672ac64ef 100644
--- a/sys/mips/mips/octeon_cop2_swtch.S
+++ b/sys/mips/mips/octeon_cop2_swtch.S
@@ -30,7 +30,7 @@
#include <machine/cpuregs.h>
#include <machine/octeon_cop2.h>
-#include "assym.s"
+#include "assym.inc"
.set noreorder
diff --git a/sys/mips/mips/support.S b/sys/mips/mips/support.S
index 1ba72ce1df44..eb4cbe13b221 100644
--- a/sys/mips/mips/support.S
+++ b/sys/mips/mips/support.S
@@ -94,7 +94,7 @@
#include <machine/cpuregs.h>
#include <machine/pcb.h>
-#include "assym.s"
+#include "assym.inc"
.set noreorder # Noreorder is default style!
diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S
index b4c7b03fb068..93db1fc05a20 100644
--- a/sys/mips/mips/swtch.S
+++ b/sys/mips/mips/swtch.S
@@ -64,7 +64,7 @@
#include <machine/pte.h>
#include <machine/pcb.h>
-#include "assym.s"
+#include "assym.inc"
.set noreorder # Noreorder is default style!
diff --git a/sys/mips/nlm/mpreset.S b/sys/mips/nlm/mpreset.S
index 5a089fc19dee..2a31aaf5776b 100644
--- a/sys/mips/nlm/mpreset.S
+++ b/sys/mips/nlm/mpreset.S
@@ -38,7 +38,7 @@
#define SYS_REG_KSEG1(node, reg) (0xa0000000 + XLP_DEFAULT_IO_BASE + \
XLP_IO_SYS_OFFSET(node) + XLP_IO_PCI_HDRSZ + (reg) * 4)
-#include "assym.s"
+#include "assym.inc"
.text
.set noat