From: Yinghai Lu <yhlu.kernel@gmail.com>
To: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Yinghai Lu <yhlu.kernel@gmail.com>
Subject: [PATCH 2/3] x86: doc mtrr-cleanup-debug
Date: Tue, 30 Sep 2008 16:29:39 -0700 [thread overview]
Message-ID: <1222817380-29481-2-git-send-email-yhlu.kernel@gmail.com> (raw)
In-Reply-To: <1222817380-29481-1-git-send-email-yhlu.kernel@gmail.com>
doc mtrr-cleanup-debug.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
Documentation/kernel-parameters.txt | 3 +++
arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
Index: linux-2.6/Documentation/kernel-parameters.txt
===================================================================
--- linux-2.6.orig/Documentation/kernel-parameters.txt
+++ linux-2.6/Documentation/kernel-parameters.txt
@@ -620,6 +620,9 @@ and is between 256 and 4096 characters.
to discrete, to make X server driver able to add WB
entry later. This parameter enables/disables that.
+ mtrr-cleanup-debug [X86]
+ print out more debug info for mtrr cleanup.
+
mtrr_chunk_size=nn[KMG] [X86]
used for mtrr cleanup. It is largest continous chunk
that could hold holes aka. UC entries.
Index: linux-2.6/arch/x86/kernel/cpu/mtrr/main.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/cpu/mtrr/main.c
+++ linux-2.6/arch/x86/kernel/cpu/mtrr/main.c
@@ -841,7 +841,7 @@ static int __init mtrr_cleanup_debug_set
debug_print = 1;
return 0;
}
-early_param("mtrr_cleanup_debug", mtrr_cleanup_debug_setup);
+early_param("mtrr-cleanup-debug", mtrr_cleanup_debug_setup);
struct var_mtrr_state {
unsigned long range_startk;
next prev parent reply other threads:[~2008-09-30 23:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-30 23:29 [PATCH 1/3] x86: mtrr_cleanup update command line Yinghai Lu
2008-09-30 23:29 ` Yinghai Lu [this message]
2008-09-30 23:29 ` [PATCH 3/3] x86: change MTRR_SANITIZER to def_bool y Yinghai Lu
2008-10-01 6:36 ` Ingo Molnar
2008-10-01 6:46 ` Yinghai Lu
2008-10-01 7:24 ` J.A. Magallón
2008-09-30 23:57 ` [PATCH 1/3] x86: mtrr_cleanup update command line Randy Dunlap
2008-09-30 23:41 ` H. Peter Anvin
2008-09-30 23:52 ` Yinghai Lu
2008-09-30 23:59 ` Yinghai Lu
2008-10-01 0:35 ` Randy Dunlap
2008-10-01 0:41 ` Randy Dunlap
2008-10-01 0:07 ` Randy Dunlap
2008-10-09 0:07 ` Randy Dunlap
2008-10-09 1:28 ` Yinghai Lu
2008-10-09 17:20 ` Randy Dunlap
2008-10-09 18:08 ` Yinghai Lu
2008-10-09 18:43 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1222817380-29481-2-git-send-email-yhlu.kernel@gmail.com \
--to=yhlu.kernel@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox