kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h file
authorSam Ravnborg <sam@mars.(none)>
Fri, 9 Sep 2005 20:47:53 +0000 (22:47 +0200)
committerSam Ravnborg <sam@mars.(none)>
Fri, 9 Sep 2005 20:47:53 +0000 (22:47 +0200)
Needed to get them to build.
And a hint to avoid hardcoding to many constants in assembler.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
arch/frv/kernel/asm-offsets.c [new file with mode: 0644]
arch/m32r/kernel/asm-offsets.c [new file with mode: 0644]
arch/sparc64/kernel/asm-offsets.c [new file with mode: 0644]

diff --git a/arch/frv/kernel/asm-offsets.c b/arch/frv/kernel/asm-offsets.c
new file mode 100644 (file)
index 0000000..9e26311
--- /dev/null
@@ -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 (file)
index 0000000..9e26311
--- /dev/null
@@ -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 (file)
index 0000000..9e26311
--- /dev/null
@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */