On Mon, Sep 01, 2008 at 04:22:19PM +0200, Andi Kleen wrote: > > Kernel code can't get headers from the system, unless you're thinking > > #include "/usr/include/valgrind.h" > > or something similar. > > Some um files at least least include sys/* files which are surely > user space? If they can include that why not valgrind.h?
The userspace side of UML can (and, indeed must) use the system headers. Here, we can just #include <valgrind.h>. However, the kernel side of UML, where the allocator annotations are, can't use system headers. The kernel side of things has to be self-contained within the kernel tree. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel