Re: [PATCH 1/3] x86: mtrr_cleanup update command line

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Wednesday, October 8, 2008 - 6:28 pm

On Wed, Oct 8, 2008 at 5:07 PM, Randy Dunlap <rdunlap@xenotime.net> wrote:

oh...

how about

like to filter out disable, enable, no, etc...

diff --git a/Documentation/kernel-parameters.txt
b/Documentation/kernel-parameters.txt
index 4b9ee9b..782e2b0 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -620,35 +620,6 @@ and is between 256 and 4096 characters. It is
defined in the file
                        See drivers/char/README.epca and
                        Documentation/digiepca.txt.

-       disable_mtrr_cleanup [X86]
-       enable_mtrr_cleanup [X86]
-                       The kernel tries to adjust MTRR layout from continuous
-                       to discrete, to make X server driver able to add WB
-                       entry later. This parameter enables/disables that.
-
-       mtrr_chunk_size=nn[KMG] [X86]
-                       used for mtrr cleanup. It is largest continous chunk
-                       that could hold holes aka. UC entries.
-
-       mtrr_gran_size=nn[KMG] [X86]
-                       Used for mtrr cleanup. It is granularity of mtrr block.
-                       Default is 1.
-                       Large value could prevent small alignment from
-                       using up MTRRs.
-
-       mtrr_spare_reg_nr=n [X86]
-                       Format: <integer>
-                       Range: 0,7 : spare reg number
-                       Default : 1
-                       Used for mtrr cleanup. It is spare mtrr entries number.
-                       Set to 2 or more if your graphical card needs more.
-
-       disable_mtrr_trim [X86, Intel and AMD only]
-                       By default the kernel will trim any uncacheable
-                       memory out of your available memory pool based on
-                       MTRR settings.  This parameter disables that behavior,
-                       possibly causing your machine to run very slowly.
-
        dmasound=       [HW,OSS] Sound subsystem buffers

        dscc4.setup=    [NET]
@@ -1310,6 +1281,35 @@ and is between 256 and 4096 characters. It is
defined in the file
                        [HW] Make the MicroTouch USB driver use raw coordinates
                        ('y', default) or cooked coordinates ('n')

+       disable_mtrr_cleanup [X86]
+       enable_mtrr_cleanup [X86]
+                       The kernel tries to adjust MTRR layout from continuous
+                       to discrete, to make X server driver able to add WB
+                       entry later. This parameter enables/disables that.
+
+       mtrr_chunk_size=nn[KMG] [X86]
+                       used for mtrr cleanup. It is largest continous chunk
+                       that could hold holes aka. UC entries.
+
+       mtrr_gran_size=nn[KMG] [X86]
+                       Used for mtrr cleanup. It is granularity of mtrr block.
+                       Default is 1.
+                       Large value could prevent small alignment from
+                       using up MTRRs.
+
+       mtrr_spare_reg_nr=n [X86]
+                       Format: <integer>
+                       Range: 0,7 : spare reg number
+                       Default : 1
+                       Used for mtrr cleanup. It is spare mtrr entries number.
+                       Set to 2 or more if your graphical card needs more.
+
+       disable_mtrr_trim [X86, Intel and AMD only]
+                       By default the kernel will trim any uncacheable
+                       memory out of your available memory pool based on
+                       MTRR settings.  This parameter disables that behavior,
+                       possibly causing your machine to run very slowly.
+
        n2=             [NET] SDL Inc. RISCom/N2 synchronous serial card

        NCR_D700=       [HW,SCSI]
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] x86: mtrr_cleanup update command line, Yinghai Lu, (Tue Sep 30, 4:29 pm)
[PATCH 2/3] x86: doc mtrr-cleanup-debug, Yinghai Lu, (Tue Sep 30, 4:29 pm)
[PATCH 3/3] x86: change MTRR_SANITIZER to def_bool y, Yinghai Lu, (Tue Sep 30, 4:29 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, H. Peter Anvin, (Tue Sep 30, 4:41 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 4:57 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 5:07 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 5:35 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 5:41 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Wed Oct 8, 5:07 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Yinghai Lu, (Wed Oct 8, 6:28 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Thu Oct 9, 10:20 am)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, H. Peter Anvin, (Thu Oct 9, 11:43 am)