All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] include tile headers
@ 2014-05-14  5:42 Wang Sheng-Hui
  0 siblings, 0 replies; only message in thread
From: Wang Sheng-Hui @ 2014-05-14  5:42 UTC (permalink / raw)
  To: trinity


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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-14  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14  5:42 [PATCH 3/3] include tile headers Wang Sheng-Hui

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.