提交 c52ac046 编写于 作者: B Bodo Stroesser 提交者: Linus Torvalds

[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: NBodo Stroesser <bstroesser@fujitsu-siemens.com>
Signed-off-by: NJeff Dike <jdike@addtoit.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 dbc35cc7
#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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册