aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-14 12:32:04 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-14 12:32:04 +0000
commite469dc2c9992cb8fc5608eefdabb079b773ebec9 (patch)
treef6ef300e778725a2b911742932cb7ba84070986d /sys/i386/conf/NOTES
parent123e1f6f20baf7d58804374b62aad9252b6c67e3 (diff)
downloadsrc-e469dc2c9992cb8fc5608eefdabb079b773ebec9.tar.gz
src-e469dc2c9992cb8fc5608eefdabb079b773ebec9.zip
Place CPU_UPGRADE_HW_CACHE in the right section.
Notes
Notes: svn path=/head/; revision=83449
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index a707b0f57283..ec085acabc73 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -218,6 +218,8 @@ cpu I686_CPU # aka Pentium Pro(tm)
# CPU_SUSP_HLT enables suspend on HALT. If this option is set, CPU
# enters suspend mode following execution of HALT instruction.
#
+# CPU_UPGRADE_HW_CACHE eliminates unneeded cache flush instruction(s).
+#
# CPU_WT_ALLOC enables write allocation on Cyrix 6x86/6x86MX and AMD
# K5/K6/K6-2 cpus.
#
@@ -262,6 +264,7 @@ options CPU_LOOP_EN
options CPU_PPRO2CELERON
options CPU_RSTK_EN
options CPU_SUSP_HLT
+options CPU_UPGRADE_HW_CACHE
options CPU_WT_ALLOC
options CYRIX_CACHE_WORKS
options CYRIX_CACHE_REALLY_WORKS
@@ -2852,9 +2855,6 @@ options CAM_DEBUG_DELAY
# VFS cluster debugging.
options CLUSTERDEBUG
-# Eliminate unneeded cache flush instruction(s).
-options CPU_UPGRADE_HW_CACHE
-
options DEBUG
# PECOFF module (Win32 Execution Format)