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
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
