[PATCH 17/22] UML - S390 preparation, linkage.h inherited from host

From: Jeff Dike
Date: Sun May 01 2005 - 16:58:24 EST


From: Bodo Stroesser <bstroesser@xxxxxxxxxxxxxxxxxxx>

This patch replaces the contents of include/asm-um/linkage.h
by
#include "asm/arch/linkage.h"

Signed-off-by: Bodo Stroesser <bstroesser@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

diff -puN include/asm-um/linkage.h~arch-linkage.h include/asm-um/linkage.h
--- linux-2.6.11/include/asm-um/linkage.h~arch-linkage.h 2005-04-06 12:04:51.000000000 +0200
+++ linux-2.6.11-root/include/asm-um/linkage.h 2005-04-06 12:04:51.000000000 +0200
@@ -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
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/