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

Commit 332540d5 authored by Harvey Harrison's avatar Harvey Harrison Committed by Ingo Molnar
Browse files

UML: remove remaining FASTCALL uses



With the x86 removal, FASTCALL is always empty now.

Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c81c6ca4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,10 +71,10 @@ EXPORT_SYMBOL(dump_thread);

/* required for SMP */

extern void FASTCALL( __write_lock_failed(rwlock_t *rw));
extern void __write_lock_failed(rwlock_t *rw);
EXPORT_SYMBOL(__write_lock_failed);

extern void FASTCALL( __read_lock_failed(rwlock_t *rw));
extern void __read_lock_failed(rwlock_t *rw);
EXPORT_SYMBOL(__read_lock_failed);

#endif
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@

/* <linux/linkage.h> will pick sane defaults */
#ifdef CONFIG_GPROF
#undef FASTCALL
#undef fastcall
#endif