All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Sheng-Hui <shhuiw@gmail.com>
To: trinity@vger.kernel.org
Subject: [PATCH 3/3] include tile headers
Date: Wed, 14 May 2014 13:42:48 +0800	[thread overview]
Message-ID: <53730258.1000000@gmail.com> (raw)


Include tile headers to add in the tile support.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>

diff --git a/include/arch-syscalls.h b/include/arch-syscalls.h
index a30bb49..3e24d8d 100644
--- a/include/arch-syscalls.h
+++ b/include/arch-syscalls.h
@@ -40,3 +40,6 @@
 #ifdef __hppa__
 #include "syscalls-parisc.h"
 #endif
+#ifdef __tile__
+#include "syscalls-tile.h"
+#endif
diff --git a/include/arch.h b/include/arch.h
index 92c1aaf..a641e5b 100644
--- a/include/arch.h
+++ b/include/arch.h
@@ -50,6 +50,10 @@
 #include "arch-parisc.h"
 #endif

+#ifdef __tile__
+#include "arch-tile.h"
+#endif
+
 #ifndef SYSCALL_OFFSET
 #define SYSCALL_OFFSET 0
 #endif
-- 
1.7.1

                 reply	other threads:[~2014-05-14  5:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=53730258.1000000@gmail.com \
    --to=shhuiw@gmail.com \
    --cc=trinity@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.