On Fri, Oct 11, 2013 at 03:38:27AM +0100, Vince Weaver wrote: > 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'll try and find some time to generate that file. > I wish I still had access to some actual Alpha hardware. You can get some off ebay, but you'll probably be bidding against me :) Will -- 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