[PATCH 2/3] x86: doc mtrr-cleanup-debug

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, Yinghai Lu <yhlu.kernel@...>
Date: Tuesday, September 30, 2008 - 7:29 pm

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;
--
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, 7:29 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 7:57 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Wed Oct 8, 8:07 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Thu Oct 9, 1:20 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, H. Peter Anvin, (Thu Oct 9, 2:43 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, H. Peter Anvin, (Tue Sep 30, 7:41 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 8:41 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 8:35 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 8:07 pm)
[PATCH 3/3] x86: change MTRR_SANITIZER to def_bool y, Yinghai Lu, (Tue Sep 30, 7:29 pm)
[PATCH 2/3] x86: doc mtrr-cleanup-debug, Yinghai Lu, (Tue Sep 30, 7:29 pm)