aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/support.S
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/amd64/amd64/support.S
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/amd64/amd64/support.S')
-rw-r--r--sys/amd64/amd64/support.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 20b715fde438..908ea635b001 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -36,7 +36,7 @@
#include <machine/specialreg.h>
#include <machine/pmap.h>
-#include "assym.s"
+#include "assym.inc"
.text