[PATCH 3/3] include tile headers

Wang Sheng-Hui <[email protected]> Wed, 14 May 2014 13:42:48 +0800
Newsgroups org.kernel.vger.trinity
Message-ID <[email protected]>
Include tile headers to add in the tile support.

Signed-off-by: Wang Sheng-Hui <[email protected]>

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