Vince, Strange. This is a special file to handle 32-bit syscall numbers on a 64-bit kernel. Which kernel version is this for?
On Wed, Nov 5, 2008 at 7:07 PM, Vince Weaver <[EMAIL PROTECTED]> wrote: > Hello > > I needed this patch (which is possibly incorrect) in order to compile > 2.6.27/perfmon2 on the x86_64 architecture (both on an AMD Phenom > machine and also on an Intel Core2 Duo). > > Vince > > --- ./include/asm-x86/perfmon_kern.h.orig 2008-11-04 15:58:35.000000000 > -0500 > +++ ./include/asm-x86/perfmon_kern.h 2008-11-04 16:00:03.000000000 -0500 > @@ -28,6 +28,7 @@ > > #ifdef CONFIG_PERFMON > #include <linux/unistd.h> > +#include <asm/ia32_unistd.h> > #ifdef CONFIG_4KSTACKS > #define PFM_ARCH_PMD_STK_ARG 2 > #define PFM_ARCH_PMC_STK_ARG 2 > > ------------------------------------------------------------------------- > 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=/ > _______________________________________________ > perfmon2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/perfmon2-devel > ------------------------------------------------------------------------- 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=/ _______________________________________________ perfmon2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
