Skip to content

Commit

Permalink
[PATCH] uml: s390 preparation, linkage.h inherited from host
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bodo Stroesser authored and Linus Torvalds committed May 5, 2005
1 parent dbc35cc commit c52ac04
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/asm-um/linkage.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c52ac04

Please sign in to comment.