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
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html