public inbox for trinity@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Vince Weaver <vincent.weaver@maine.edu>
Cc: trinity@vger.kernel.org
Subject: Re: [PATCH] wire up support for the Alpha architecture
Date: Thu, 10 Oct 2013 19:21:32 -0400	[thread overview]
Message-ID: <20131010232132.GA27157@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.10.1309101335200.30015@vincent-weaver-1.um.maine.edu>

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

  parent reply	other threads:[~2013-10-10 23:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-10 17:43 [PATCH] wire up support for the Alpha architecture Vince Weaver
2013-09-10 18:38 ` Dave Jones
2013-10-10 23:21 ` Dave Jones [this message]
2013-10-11  2:38   ` Vince Weaver
2013-10-11 11:04     ` Will Deacon
2013-10-14 15:09       ` Will Deacon
2013-10-14 15:39         ` Dave Jones
2013-10-14 15:43           ` Will Deacon
2013-10-14 15:46             ` Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131010232132.GA27157@redhat.com \
    --to=davej@redhat.com \
    --cc=trinity@vger.kernel.org \
    --cc=vincent.weaver@maine.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox