aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-20 17:58:51 +0000
committerEd Maste <emaste@FreeBSD.org>2018-03-20 17:58:51 +0000
commitfc2a8776a2f9945f22301cd92ec6d3ac1f817028 (patch)
tree78c912ee21149bfb6fe70831431758e2b8777b3c /sys/i386/linux
parent9cffc92c62d9cbf592206ac70cd96ebef816b298 (diff)
downloadsrc-fc2a8776a2f9945f22301cd92ec6d3ac1f817028.tar.gz
src-fc2a8776a2f9945f22301cd92ec6d3ac1f817028.zip
Rename assym.s to assym.inc
assym is only to be included by other .s files, and should never actually be assembled by itself. Reviewed by: imp, bdrewery (earlier) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14180
Notes
Notes: svn path=/head/; revision=331254
Diffstat (limited to 'sys/i386/linux')
-rw-r--r--sys/i386/linux/linux_locore.s2
-rw-r--r--sys/i386/linux/linux_support.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_locore.s b/sys/i386/linux/linux_locore.s
index 34d0434704e9..8c2499af872e 100644
--- a/sys/i386/linux/linux_locore.s
+++ b/sys/i386/linux/linux_locore.s
@@ -5,7 +5,7 @@
#include <i386/linux/linux_syscall.h> /* system call numbers */
-#include "assym.s"
+#include "assym.inc"
/*
* To avoid excess stack frame the signal trampoline code emulates
diff --git a/sys/i386/linux/linux_support.s b/sys/i386/linux/linux_support.s
index e3a60e0be4f7..fe49dd9effdd 100644
--- a/sys/i386/linux/linux_support.s
+++ b/sys/i386/linux/linux_support.s
@@ -31,7 +31,7 @@
#include "linux_assym.h" /* system definitions */
#include <machine/asmacros.h> /* miscellaneous asm macros */
-#include "assym.s"
+#include "assym.inc"
futex_fault_decx:
movl PCPU(CURPCB),%ecx