[<prev] [next>] [day] [month] [year] [list]
Message-ID: <OFE384AB29.2D64F5E0-ON482575D0.0023965E-482575D0.00240633@sunplusct.com>
Date: Tue, 9 Jun 2009 14:29:11 +0800
From: liqin.chen@...plusct.com
To: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Arnd Bergmann <arnd@...db.de>,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org
Subject: [PATCH 11/27] score: create head files Kbuild kdebug.h kmap_types.h
>From 2a4a35ab87d3d1d98ed4fd07f79fbd0811568707 Mon Sep 17 00:00:00 2001
From: Chen Liqin <liqin.chen@...plusct.com>
Date: Tue, 9 Jun 2009 13:43:10 +0800
Signed-off-by: Chen Liqin <liqin.chen@...plusct.com>
---
arch/score/include/asm/Kbuild | 3 +++
arch/score/include/asm/kdebug.h | 6 ++++++
arch/score/include/asm/kmap_types.h | 6 ++++++
3 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 arch/score/include/asm/Kbuild
create mode 100644 arch/score/include/asm/kdebug.h
create mode 100644 arch/score/include/asm/kmap_types.h
diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild
new file mode 100644
index 0000000..b367abd
--- /dev/null
+++ b/arch/score/include/asm/Kbuild
@@ -0,0 +1,3 @@
+include include/asm-generic/Kbuild.asm
+
+header-y +=
diff --git a/arch/score/include/asm/kdebug.h
b/arch/score/include/asm/kdebug.h
new file mode 100644
index 0000000..a666e51
--- /dev/null
+++ b/arch/score/include/asm/kdebug.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_SCORE_KDEBUG_H
+#define _ASM_SCORE_KDEBUG_H
+
+#include <asm-generic/kdebug.h>
+
+#endif /* _ASM_SCORE_KDEBUG_H */
diff --git a/arch/score/include/asm/kmap_types.h
b/arch/score/include/asm/kmap_types.h
new file mode 100644
index 0000000..6c46eb5
--- /dev/null
+++ b/arch/score/include/asm/kmap_types.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_SCORE_KMAP_TYPES_H
+#define _ASM_SCORE_KMAP_TYPES_H
+
+#include <asm-generic/kmap_types.h>
+
+#endif /* _ASM_SCORE_KMAP_TYPES_H */
--
1.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists