tree 3f529692da923df00cdc0d81c6b02bdb4521b08a
parent 5a0773698c51fdcec7eb361b6b819669ed1d249e
author Sam Ravnborg <[EMAIL PROTECTED](none)> Fri, 09 Sep 2005 22:47:53 +0200
committer Sam Ravnborg <[EMAIL PROTECTED](none)> Fri, 09 Sep 2005 22:47:53 +0200

kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h file

Needed to get them to build.
And a hint to avoid hardcoding to many constants in assembler.

Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>

 arch/frv/kernel/asm-offsets.c     |    1 +
 arch/m32r/kernel/asm-offsets.c    |    1 +
 arch/sparc64/kernel/asm-offsets.c |    1 +
 3 files changed, 3 insertions(+)

diff --git a/arch/frv/kernel/asm-offsets.c b/arch/frv/kernel/asm-offsets.c
new file mode 100644
--- /dev/null
+++ b/arch/frv/kernel/asm-offsets.c
@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
diff --git a/arch/m32r/kernel/asm-offsets.c b/arch/m32r/kernel/asm-offsets.c
new file mode 100644
--- /dev/null
+++ b/arch/m32r/kernel/asm-offsets.c
@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
diff --git a/arch/sparc64/kernel/asm-offsets.c 
b/arch/sparc64/kernel/asm-offsets.c
new file mode 100644
--- /dev/null
+++ b/arch/sparc64/kernel/asm-offsets.c
@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to