mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 17/22] UML - S390 preparation, linkage.h inherited from host
@ 2005-05-01 21:13 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2005-05-01 21:13 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, bstroesser

From: Bodo Stroesser <bstroesser@fujitsu-siemens.com>

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>

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
_


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-01 21:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-01 21:13 [PATCH 17/22] UML - S390 preparation, linkage.h inherited from host Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®