Hi,

On Fri, 24 Jun 2005 15:21:39 -0700
Chandra Seetharaman <[EMAIL PROTECTED]> wrote:

> Index: linux-2.6.12/init/Kconfig
> ...
> +config CKRM_RES_MEM
> +       bool "Class based physical memory controller"
> +       default y
> +       depends on CKRM_TYPE_TASKCLASS 
> +       depends on !CONFIG_NUMA && !CONFIG_DISCONTIGMEM

NUMA and DISCONTIGMEM should be used here.

--- init/Kconfig 2005-06-27 09:32:36.000000000 +0200
+++ init/Kconfig 2005-06-27 09:39:54.000000000 +0200
@@ -186,7 +186,7 @@ config CKRM_RES_MEM
        bool "Class based physical memory controller"
        default y
        depends on CKRM_TYPE_TASKCLASS
-       depends on !CONFIG_NUMA && !CONFIG_DISCONTIGMEM
+       depends on !NUMA && !DISCONTIGMEM
        help
          Provide the basic support for collecting physical memory usage
          information among classes. Say Y if you want to know the memory

Patrick


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to