Re: [PATCH] wire up support for the Alpha architecture
Vince Weaver <[email protected]>
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <alpine.DEB.2.10.1310102235240.11534@vincent-weaver-1.um.maine.edu> |
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