summaryrefslogtreecommitdiffstats
path: root/include/asm-um
diff options
context:
space:
mode:
authorBodo Stroesser2005-05-06 01:15:36 +0200
committerLinus Torvalds2005-05-06 01:36:38 +0200
commitc52ac046757deebc514483e407dca39a9c774aa3 (patch)
treed997a0fb2723a8349fcfebfb07f94266b08e6a5b /include/asm-um
parent[PATCH] uml: s390 preparation, elf.h (diff)
downloadkernel-qcow2-linux-c52ac046757deebc514483e407dca39a9c774aa3.tar.gz
kernel-qcow2-linux-c52ac046757deebc514483e407dca39a9c774aa3.tar.xz
kernel-qcow2-linux-c52ac046757deebc514483e407dca39a9c774aa3.zip
[PATCH] uml: s390 preparation, linkage.h inherited from host
This patch replaces the contents of include/asm-um/linkage.h by #include "asm/arch/linkage.h" Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-um')
-rw-r--r--include/asm-um/linkage.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-um/linkage.h b/include/asm-um/linkage.h
index 27011652b015..7dfce37adc8b 100644
--- a/include/asm-um/linkage.h
+++ b/include/asm-um/linkage.h
@@ -1,7 +1,6 @@
-#ifndef __ASM_LINKAGE_H
-#define __ASM_LINKAGE_H
+#ifndef __ASM_UM_LINKAGE_H
+#define __ASM_UM_LINKAGE_H
-#define FASTCALL(x) x __attribute__((regparm(3)))
-#define fastcall __attribute__((regparm(3)))
+#include "asm/arch/linkage.h"
#endif