summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/initcpu.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-11-08 11:58:07 +0000
committerasmodai <asmodai@FreeBSD.org>2000-11-08 11:58:07 +0000
commit7c7cfd2165b77dd35eaff92f5f300656501c8258 (patch)
tree3e683d195ca6c70e53c95880caf2c570dbaf0cb5 /sys/amd64/amd64/initcpu.c
parent6cea38cf1a4a0b20f777f7cc06c6a06f16afda10 (diff)
downloadFreeBSD-src-7c7cfd2165b77dd35eaff92f5f300656501c8258.zip
FreeBSD-src-7c7cfd2165b77dd35eaff92f5f300656501c8258.tar.gz
Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHE
Diffstat (limited to 'sys/amd64/amd64/initcpu.c')
-rw-r--r--sys/amd64/amd64/initcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index b9395bf..dbdd3d5 100644
--- a/sys/amd64/amd64/initcpu.c
+++ b/sys/amd64/amd64/initcpu.c
@@ -558,7 +558,7 @@ initializecpu(void)
* when need_pre_dma_flush = 1, use invd instruction after DMA
* transfer when need_post_dma_flush = 1. If your CPU upgrade
* product support hardware cache control, you can add
- * UPGRADE_CPU_HW_CACHE option in your kernel configuration file.
+ * CPU_UPGRADE_HW_CACHE option in your kernel configuration file.
* This option elminate unneeded cache flush instruction.
*/
if (strcmp(cpu_vendor, "CyrixInstead") == 0) {
@@ -595,7 +595,7 @@ initializecpu(void)
need_pre_dma_flush = 1;
#endif
}
-#endif /* PC98 && !UPGRADE_CPU_HW_CACHE */
+#endif /* PC98 && !CPU_UPGRADE_HW_CACHE */
}
#if defined(I586_CPU) && defined(CPU_WT_ALLOC)
OpenPOWER on IntegriCloud