summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-13 06:22:49 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-13 06:22:49 +0000
commit99b3b3eed925c8cfdfcc91d4866480e55e62b38a (patch)
tree5878d131c2b6669dd6bc48e6d924e38edd45c3d7 /sys/mips
parentd44d6b85dc06426120a4f7c7c6c55be5b0f7436a (diff)
downloadFreeBSD-src-99b3b3eed925c8cfdfcc91d4866480e55e62b38a.zip
FreeBSD-src-99b3b3eed925c8cfdfcc91d4866480e55e62b38a.tar.gz
Don't build kernel.tramp on Octeon. Probably building it should be opt-in
not opt-out, but I don't know enough about which ports need it to get the defaults right.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/OCTEON13
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1
index fe7d112..1425bc3 100644
--- a/sys/mips/conf/OCTEON1
+++ b/sys/mips/conf/OCTEON1
@@ -27,6 +27,9 @@ makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
makeoptions MODULES_OVERRIDE=""
makeoptions KERNLOADADDR=0xffffffff80100000
+# We don't need to build a trampolined version of the kernel.
+makeoptions WITHOUT_KERNEL_TRAMPOLINE=1
+
include "../cavium/std.octeon1"
hints "OCTEON1.hints" #Default places to look for devices.
OpenPOWER on IntegriCloud