“78dd13c74d43cf2c0eae51881fa75ca8e09d8849”上不存在“git@gitcode.net:qq_40418033/gpt-vue_02.git”
提交 613e5f33 编写于 作者: M Milan Broz 提交者: Andi Kleen

ACPI: Fix now signed module parameter.

Signed-off-by: NMilan Broz <mbroz@redhat.com>
Signed-off-by: NAndi Kleen <ak@linux.intel.com>
上级 b09c3e3f
...@@ -71,7 +71,7 @@ static DEFINE_MUTEX(performance_mutex); ...@@ -71,7 +71,7 @@ static DEFINE_MUTEX(performance_mutex);
* 1 -> ignore _PPC totally -> forced by user through boot param * 1 -> ignore _PPC totally -> forced by user through boot param
*/ */
static int ignore_ppc = -1; static int ignore_ppc = -1;
module_param(ignore_ppc, uint, 0644); module_param(ignore_ppc, int, 0644);
MODULE_PARM_DESC(ignore_ppc, "If the frequency of your machine gets wrongly" \ MODULE_PARM_DESC(ignore_ppc, "If the frequency of your machine gets wrongly" \
"limited by BIOS, this should help"); "limited by BIOS, this should help");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册