summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorJan Sommer <jan.sommer@dlr.de>2020-04-17 10:24:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-17 13:15:51 +0200
commitdc86c55f51fa2ce42554044a2afa51b2c3a9edc3 (patch)
treec9b17295539b32368f9c575f5a87d855e9bf7503 /rtemsbsd
parentiflib.c: Deactivate use of ifc_cpus (diff)
downloadrtems-libbsd-dc86c55f51fa2ce42554044a2afa51b2c3a9edc3.tar.bz2
i386: Delete old machine dependent files
- The files in the i386 directory have been moved to common x86 directories by FreeBSD: - freebsd/sys/x86/x86/legacy.c - freebsd/sys/x86/include/machine/legacyvar.h - freebsd/sys/x86/include/machine/specialreg.h - Add header files in rtemsbsd directory to direct compiler to new files
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/x86/legacyvar.h1
-rw-r--r--rtemsbsd/include/x86/x86_var.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/x86/legacyvar.h b/rtemsbsd/include/x86/legacyvar.h
new file mode 100644
index 00000000..6f8573bb
--- /dev/null
+++ b/rtemsbsd/include/x86/legacyvar.h
@@ -0,0 +1 @@
+#include <machine/legacyvar.h>
diff --git a/rtemsbsd/include/x86/x86_var.h b/rtemsbsd/include/x86/x86_var.h
new file mode 100644
index 00000000..5819205a
--- /dev/null
+++ b/rtemsbsd/include/x86/x86_var.h
@@ -0,0 +1 @@
+#include <machine/x86_var.h>