Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHE

This commit is contained in:
Jeroen Ruigrok van der Werven 2000-11-08 11:58:07 +00:00
parent f9f81f78d2
commit a47ea7b90e
2 changed files with 4 additions and 4 deletions

View file

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

View file

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