mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix some further english grammar and typo's.
This commit is contained in:
parent
a47ea7b90e
commit
5b488b3443
2 changed files with 6 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue