diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 44427607b7c6..2000977af776 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -610,8 +610,17 @@ and is between 256 and 4096 characters. It is defined in the file | |||
610 | that could hold holes aka. UC entries. | 610 | that could hold holes aka. UC entries. |
611 | 611 | ||
612 | mtrr_gran_size=nn[KMG] [X86] | 612 | mtrr_gran_size=nn[KMG] [X86] |
613 | used for mtrr cleanup. It is granity of mtrr block. | 613 | Used for mtrr cleanup. It is granularity of mtrr block. |
614 | Big value could prevent small alignment use up MTRRs. | 614 | Default is 1. |
615 | Large value could prevent small alignment from | ||
616 | using up MTRRs. | ||
617 | |||
618 | mtrr_spare_reg_nr=n [X86] | ||
619 | Format: <integer> | ||
620 | Range: 0,7 : spare reg number | ||
621 | Default : 1 | ||
622 | Used for mtrr cleanup. It is spare mtrr entries number. | ||
623 | Set to 2 or more if your graphical card needs more. | ||
615 | 624 | ||
616 | disable_mtrr_trim [X86, Intel and AMD only] | 625 | disable_mtrr_trim [X86, Intel and AMD only] |
617 | By default the kernel will trim any uncacheable | 626 | By default the kernel will trim any uncacheable |