All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] PROC_MM
@ 2007-11-26  9:50 Jiri Olsa
  2007-11-26 20:47 ` Karol Swietlicki
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Olsa @ 2007-11-26  9:50 UTC (permalink / raw)
  To: Jeff Dike; +Cc: uml-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-26 22:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-26  9:50 [uml-devel] PROC_MM Jiri Olsa
2007-11-26 20:47 ` Karol Swietlicki
2007-11-26 22:26   ` Jiri Olsa
2007-11-26 22:38     ` Karol Swietlicki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.