Hi, I see some code related to PROC_MM
static inline void check_skas3_proc_mm(void) { non_fatal(" - /proc/mm..."); if (access("/proc/mm", W_OK) < 0) { proc_mm = 0; perror("not found"); } else if (!proc_mm) non_fatal("found but disabled on command line\n"); else non_fatal("found\n"); } I did not find PROC_MM config option in the kernel or any other way to get /proc/mm file. Is it just old code pending for removal, or am I missing smth... :) thanks, Jirka ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel