diff options
author | sobomax <sobomax@FreeBSD.org> | 2004-02-23 14:49:15 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2004-02-23 14:49:15 +0000 |
commit | 2466e144104f40eeab648d99e2f7494f84ff9ef6 (patch) | |
tree | f3673afe7a59bfdb45bbb89b4326bc4d96fd1539 | |
parent | 1c86986e7d5c73765e8b43fbbed62b515d55f31c (diff) | |
download | FreeBSD-src-2466e144104f40eeab648d99e2f7494f84ff9ef6.zip FreeBSD-src-2466e144104f40eeab648d99e2f7494f84ff9ef6.tar.gz |
Add missed CPU_ENABLE_LONGRON.
Submitted by: Jon Noack <noackjr@alumni.rice.edu>
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c0ac14f..bfce2d0 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -199,6 +199,7 @@ options CPU_ELAN_PPS options CPU_ELAN_XTAL=32768000 options CPU_ENABLE_SSE options CPU_ENABLE_TCC +options CPU_ENABLE_LONGRUN options CPU_FASTER_5X86_FPU options CPU_GEODE options CPU_I486_ON_386 |