2009-06-09 06:53:15

by Chen Liqin

[permalink] [raw]
Subject: [PATCH 12/27] score: create head files linkage.h local.h

>From 9a73d300e241dca5f461b0ce533294d667a1aa61 Mon Sep 17 00:00:00 2001
From: Chen Liqin <[email protected]>
Date: Tue, 9 Jun 2009 13:43:10 +0800



Signed-off-by: Chen Liqin <[email protected]>
---
arch/score/include/asm/linkage.h | 4 ++++
arch/score/include/asm/local.h | 6 ++++++
2 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 arch/score/include/asm/linkage.h
create mode 100644 arch/score/include/asm/local.h

diff --git a/arch/score/include/asm/linkage.h
b/arch/score/include/asm/linkage.h
new file mode 100644
index 0000000..2580fbb
--- /dev/null
+++ b/arch/score/include/asm/linkage.h
@@ -0,0 +1,4 @@
+#ifndef _ASM_SCORE_LINKAGE_H
+#define _ASM_SCORE_LINKAGE_H
+
+#endif /* _ASM_SCORE_LINKAGE_H */
diff --git a/arch/score/include/asm/local.h
b/arch/score/include/asm/local.h
new file mode 100644
index 0000000..7e02f13
--- /dev/null
+++ b/arch/score/include/asm/local.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_SCORE_LOCAL_H
+#define _ASM_SCORE_LOCAL_H
+
+#include <asm-generic/local.h>
+
+#endif /* _ASM_SCORE_LOCAL_H */
--
1.6.2