summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-03-15 18:44:51 +0000
committerobrien <obrien@FreeBSD.org>2005-03-15 18:44:51 +0000
commit9251389b0e2e8cb1b090c6e3a47fc1619a1aef4c (patch)
treee473169d18705b0cd2bda329a09398ccf32e5cad /sys
parent8785d9930a2a876233010c60985d6af9f1aee467 (diff)
downloadFreeBSD-src-9251389b0e2e8cb1b090c6e3a47fc1619a1aef4c.zip
FreeBSD-src-9251389b0e2e8cb1b090c6e3a47fc1619a1aef4c.tar.gz
Remove OBE comment about AMD64 memory model.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kern.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index de9a540..1df9912 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -66,8 +66,7 @@ INLINE_LIMIT?= 15000
.endif
#
-# For AMD64, use a medium model for now. We'll switch to "kernel"
-# once pmap is ready. Be excessively careful to not generate FPU code.
+# For AMD64, be excessively careful to not generate FPU code.
#
.if ${MACHINE_ARCH} == "amd64"
CFLAGS+= -mcmodel=kernel -mno-red-zone \
OpenPOWER on IntegriCloud