Remove OBE comment about AMD64 memory model.

This commit is contained in:
David E. O'Brien 2005-03-15 18:44:51 +00:00
parent 0ed36875f4
commit 0c3a1acbbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143662

View File

@ -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 \