[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20071121.171722.155742542.jet@gyve.org>
Date: Wed, 21 Nov 2007 17:17:22 +0900 (JST)
From: Masatake YAMATO <jet@...e.org>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org
Subject: [patch] remove description for non existing parameter in
generic_set_mtrr
`do_safe' parameter is not in generic_set_mtrr but explained.
Maybe someone forgot removing.
Signed-off-by: Masatake YAMATO <jet@...e.org>
diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
index 992f08d..e0c0676 100644
--- a/arch/x86/kernel/cpu/mtrr/generic.c
+++ b/arch/x86/kernel/cpu/mtrr/generic.c
@@ -417,8 +417,6 @@ static void generic_set_mtrr(unsigned int reg, unsigned long base,
<base> The base address of the region.
<size> The size of the region. If this is 0 the region is disabled.
<type> The type of the region.
- <do_safe> If TRUE, do the change safely. If FALSE, safety measures should
- be done externally.
[RETURNS] Nothing.
*/
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists