332540d5fe
With the x86 removal, FASTCALL is always empty now. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
12 lines
186 B
C
12 lines
186 B
C
#ifndef __ASM_UM_LINKAGE_H
|
|
#define __ASM_UM_LINKAGE_H
|
|
|
|
#include "asm/arch/linkage.h"
|
|
|
|
|
|
/* <linux/linkage.h> will pick sane defaults */
|
|
#ifdef CONFIG_GPROF
|
|
#undef fastcall
|
|
#endif
|
|
|
|
#endif
|