lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 11 Jan 2007 14:48:48 +0100
From:	Adrian Bunk <bunk@...sta.de>
To:	davej@...emonkey.org.uk
Cc:	cpufreq@...ts.linux.org.uk, linux-kernel@...r.kernel.org
Subject: [2.6 patch] CPU_FREQ_TABLE shouldn't be a def_tristate

CPU_FREQ_TABLE enables helper code and gets select'ed when it's 
required.

Building it as a module when it's not required doesn't seem to make much 
sense.

Signed-off-by: Adrian Bunk <bunk@...sta.de>

--- linux-2.6.20-rc3-mm1/drivers/cpufreq/Kconfig.old	2007-01-11 07:56:13.000000000 +0100
+++ linux-2.6.20-rc3-mm1/drivers/cpufreq/Kconfig	2007-01-11 07:56:25.000000000 +0100
@@ -16,7 +16,7 @@
 if CPU_FREQ
 
 config CPU_FREQ_TABLE
-       def_tristate m
+       tristate
 
 config CPU_FREQ_DEBUG
 	bool "Enable CPUfreq debugging"

-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ