Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c52ac046 authored by Bodo Stroesser's avatar Bodo Stroesser Committed by Linus Torvalds
Browse files

[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: default avatarBodo Stroesser <bstroesser@fujitsu-siemens.com>
Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dbc35cc7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
#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