Remove fastcall from linux/include
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9f741cb8fe
commit
ec7015840a
@@ -71,7 +71,7 @@
|
||||
#define LOCK_SECTION_END \
|
||||
".previous\n\t"
|
||||
|
||||
#define __lockfunc fastcall __attribute__((section(".spinlock.text")))
|
||||
#define __lockfunc __attribute__((section(".spinlock.text")))
|
||||
|
||||
/*
|
||||
* Pull the raw_spinlock_t and raw_rwlock_t definitions:
|
||||
|
Reference in New Issue
Block a user