]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ACPI: Fix now signed module parameter.
authorMilan Broz <mbroz@redhat.com>
Sat, 16 Aug 2008 00:11:28 +0000 (02:11 +0200)
committerAndi Kleen <ak@linux.intel.com>
Sat, 16 Aug 2008 01:24:26 +0000 (03:24 +0200)
Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/processor_perflib.c

index 80e32093e977c6a3c5427e0746c1732a2282e017..80c251ec6d2aac7dff658a9c6df5fec5733bc168 100644 (file)
@@ -71,7 +71,7 @@ static DEFINE_MUTEX(performance_mutex);
  *  1 -> ignore _PPC totally -> forced by user through boot param
  */
 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" \
                 "limited by BIOS, this should help");