lkml.org 
[lkml]   [2007]   [Apr]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateFri, 27 Apr 2007 09:25:13 -0700
FromJeremy Fitzhardinge <>
SubjectRe: [PATCH -mm 1/2] Separate freezer from PM code
Rafael J. Wysocki wrote:
> --- linux-2.6.21-rc7-mm2.orig/arch/x86_64/Kconfig	2007-04-27 01:22:33.000000000 +0200
> +++ linux-2.6.21-rc7-mm2/arch/x86_64/Kconfig	2007-04-27 01:33:22.000000000 +0200
> @@ -703,6 +703,14 @@ config GENERIC_PENDING_IRQ
>  	depends on GENERIC_HARDIRQS && SMP
>  	default y
> 
> +#
> +# Use the tasks freezer
> +#
> +config FREEZER
> +	bool
> +	default y
> +	depends on PM || KPROBES
> +
> 

Shouldn't PM and KPROBES "select" FREEZER if they want it?  That way its
easier for other future users of FREEZER to do so without having to
change the Kconfig here (and the other 23000 Kconfigs).

    J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-04-27 18:29    [from the cache]
©2003-2008