mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHE
This commit is contained in:
parent
f9f81f78d2
commit
a47ea7b90e
2 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue