aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-08 12:00:05 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-08 12:00:05 +0000
commit5b488b34436b4c863e0e8dc42cbfda9b3bda722c (patch)
treed4ec1a3c6ebdc3da302a4b5136ed9f2229d0121a
parenta47ea7b90e0c35104b5d72511429bbd71d4508d1 (diff)
Notes
-rw-r--r--sys/amd64/amd64/initcpu.c6
-rw-r--r--sys/i386/i386/initcpu.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index dbdd3d502668..b42c234d36da 100644
--- a/sys/amd64/amd64/initcpu.c
+++ b/sys/amd64/amd64/initcpu.c
@@ -553,13 +553,13 @@ initializecpu(void)
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
/*
- * OS should flush L1 cahce by itself because no PC-98 supports
+ * OS should flush L1 cache by itself because no PC-98 supports
* non-Intel CPUs. Use wbinvd instruction before DMA transfer
* 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
+ * product supports hardware cache control, you can add the
* CPU_UPGRADE_HW_CACHE option in your kernel configuration file.
- * This option elminate unneeded cache flush instruction.
+ * This option eliminates unneeded cache flush instruction(s).
*/
if (strcmp(cpu_vendor, "CyrixInstead") == 0) {
switch (cpu) {
diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c
index dbdd3d502668..b42c234d36da 100644
--- a/sys/i386/i386/initcpu.c
+++ b/sys/i386/i386/initcpu.c
@@ -553,13 +553,13 @@ initializecpu(void)
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
/*
- * OS should flush L1 cahce by itself because no PC-98 supports
+ * OS should flush L1 cache by itself because no PC-98 supports
* non-Intel CPUs. Use wbinvd instruction before DMA transfer
* 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
+ * product supports hardware cache control, you can add the
* CPU_UPGRADE_HW_CACHE option in your kernel configuration file.
- * This option elminate unneeded cache flush instruction.
+ * This option eliminates unneeded cache flush instruction(s).
*/
if (strcmp(cpu_vendor, "CyrixInstead") == 0) {
switch (cpu) {