Arnd, On Tue, Apr 1, 2008 at 2:28 AM, Arnd Bergmann <[EMAIL PROTECTED]> wrote: > > * include/linux/perfmon.h contains an #ifdef CONFIG_PERFMON, which is > not valid for a user space header. Config symbols are never set in > user space, so this doesn't work.
Done. > > * You need to list in include/*/Kbuild the files that should be > exported to user space, i.e. perfmon.h. Otherwise, "make headers_install" > doesn't pick them up > Done > * asm-ia64/perfmon.h contains #ifdef __KERNEL__ around definitions that > are exported to user space on other architectures. > Removed. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ perfmon2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
