On Thu, 2006-02-16 at 11:22 +0530, Suryanarayanan, Rajaram wrote: > Hi, > > Can I compile the numtasks / CPU resource controller as a module ? > When I "make xconfig", I dont see the option for compiling these resource > controllers as a module. I am able to give only Y/N to CKRM_RES_NUMTASKS. > > But when I see the code of kernel/ckrm/ckrm_numtasks.c, it is written as a > module. > Please clarify.
numtasks is not a module in f-series, We just have module_init() and module_exit(), which is mainly for initialization purposes. You cannot compile it as a module. FYI, numtasks was a module in e-series, but we had multiple problems preventing it from being actually used as a module. So i changed it to be directly compiled in. > > I am using ckrm-f0.4-2614-single.patch + cpurc-v0.3-2614. > > Thanks & Regards, > Rajaram. > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 > _______________________________________________ > ckrm-tech mailing list > https://lists.sourceforge.net/lists/listinfo/ckrm-tech > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
