Satus-quo unchanged. I think this was meant to be only for mips, so, why even try to see if it can build on others ?
Regards-- Subrata On Tue, 2009-06-23 at 17:12 -0400, Mike Frysinger wrote: > On Friday 19 June 2009 10:13:25 Jiri Palecek > wrote: > > this patch fixes a strange build failure in the cacheflush test. Also, it > > makes the condition where it is build a little broader. > > a little too broad -- you probably broke arm systems with this as they define > __NR_cacheflush but not asm/cachectl.h > > > -#if defined __mips__ > > + > > +#if defined __NR_cacheflush > > #include <asm/cachectl.h> > > for using the systemcall you should use __NR_cacheflush. for the header, you > should use autoconf. > -mike > ------------------------------------------------------------------------------ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
