Re: [PATCH] wire up support for the Alpha architecture

Dave Jones <[email protected]>
Newsgroups org.kernel.vger.trinity
Message-ID <[email protected]>
On Tue, Sep 10, 2013 at 01:43:04PM -0400, Vince Weaver wrote:
 
 > Will Deacon has more exotic hardware than I do: he sent this patch
 > against my perf_fuzzer to add Alpha support (he already used it to find a 
 > kernel bug).
 > 
 > Anyway since I use the trinity headers, the patch applies equally well 
 > against trinity.  
 > 
 > I'm not sure enough with my git skills to know if sending a patch like 
 > this will preserve attributions properly, so I apologize if this breaks 
 > somehow.
 > 
 > ...
 >
 > 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.

	Dave
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.