On Thu, 10 Oct 2013, Dave Jones wrote: > > diff --git a/include/arch-syscalls.h b/include/arch-syscalls.h > > index 509fd53..7824c13 100644 > > --- a/include/arch-syscalls.h > > +++ b/include/arch-syscalls.h > > @@ -32,5 +32,8 @@ > > #ifdef __sh__ > > #include "syscalls-sh.h" > > #endif > > +#ifdef __alpha__ > > +#include "syscalls-alpha.h" > > +#endif > > > > I only just realised... syscalls-alpha.h is missing from this patch. > You're right, the patch was originally against perf_fuzzer which doesn't need the various syscall includes. I've cc'd Will Deacon, the original author, in case he's not on this list. I wish I still had access to some actual Alpha hardware. Vince -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html