aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-12-19 22:54:29 +0000
committerWarner Losh <imp@FreeBSD.org>2018-12-19 22:54:29 +0000
commit31733a7d2ef17f8f53c66a7a469b35463a6bc688 (patch)
tree788ee30d612853f2b50595144ac3b5e820948256 /sys/mips
parenta9ab41767918864937c25a9c94e31969abf1bf49 (diff)
downloadsrc-31733a7d2ef17f8f53c66a7a469b35463a6bc688.tar.gz
src-31733a7d2ef17f8f53c66a7a469b35463a6bc688.zip
Remove support for running 32-bit kernels on 64-bit hardware.
This was useful in bring up. However, it causes more issues than the support is worth (64-bit atomics being chief among them). Discussed on: freebsd-mips@ Differential Revision: https://reviews.freebsd.org/D18543
Notes
Notes: svn path=/head/; revision=342257
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/XLP28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys/mips/conf/XLP b/sys/mips/conf/XLP
deleted file mode 100644
index 20fcb115cf9a..000000000000
--- a/sys/mips/conf/XLP
+++ /dev/null
@@ -1,28 +0,0 @@
-# XLP -- Generic kernel configuration file for FreeBSD/mips
-#
-# For more information on this file, please read the handbook section on
-# Kernel Configuration Files:
-#
-# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
-#
-# The handbook is also available locally in /usr/share/doc/handbook
-# if you've installed the doc distribution, otherwise always see the
-# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
-# latest information.
-#
-# An exhaustive list of options and more detailed explanations of the
-# device lines is also present in the ../../conf/NOTES and NOTES files.
-# If you are in doubt as to the purpose or necessity of a line, check first
-# in NOTES.
-#
-# $FreeBSD$
-
-machine mips mips
-ident XLP
-
-makeoptions KERNLOADADDR=0x80100000
-
-include "std.XLP"
-
-makeoptions TRAMPLOADADDR=0xffffffff85000000
-makeoptions TRAMP_ARCH_FLAGS="-mabi=64 -march=mips64"