diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e07c432c731f..44427607b7c6 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -599,6 +599,20 @@ and is between 256 and 4096 characters. It is defined in the file | |||
599 | See drivers/char/README.epca and | 599 | See drivers/char/README.epca and |
600 | Documentation/digiepca.txt. | 600 | Documentation/digiepca.txt. |
601 | 601 | ||
602 | disable_mtrr_cleanup [X86] | ||
603 | enable_mtrr_cleanup [X86] | ||
604 | The kernel tries to adjust MTRR layout from continuous | ||
605 | to discrete, to make X server driver able to add WB | ||
606 | entry later. This parameter enables/disables that. | ||
607 | |||
608 | mtrr_chunk_size=nn[KMG] [X86] | ||
609 | used for mtrr cleanup. It is largest continous chunk | ||
610 | that could hold holes aka. UC entries. | ||
611 | |||
612 | mtrr_gran_size=nn[KMG] [X86] | ||
613 | used for mtrr cleanup. It is granity of mtrr block. | ||
614 | Big value could prevent small alignment use up MTRRs. | ||
615 | |||
602 | disable_mtrr_trim [X86, Intel and AMD only] | 616 | disable_mtrr_trim [X86, Intel and AMD only] |
603 | By default the kernel will trim any uncacheable | 617 | By default the kernel will trim any uncacheable |
604 | memory out of your available memory pool based on | 618 | memory out of your available memory pool based on |