Final removal of FASTCALL()/fastcall
All users are gone, remove definitions and comments referring to them. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Acked-by: David Howells <dhowells@redhat.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
b5606c2d44
commit
21534301ea
@ -285,7 +285,6 @@ extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc);
|
||||
|
||||
/*
|
||||
* Monolithic do_IRQ implementation.
|
||||
* (is an explicit fastcall, because i386 4KSTACKS calls it from assembly)
|
||||
*/
|
||||
#ifndef CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ
|
||||
extern unsigned int __do_IRQ(unsigned int irq);
|
||||
|
@ -73,9 +73,4 @@
|
||||
#define ATTRIB_NORET __attribute__((noreturn))
|
||||
#define NORET_AND noreturn,
|
||||
|
||||
#ifndef FASTCALL
|
||||
#define FASTCALL(x) x
|
||||
#define fastcall
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user