core: remove last users of empty FASTCALL macro
FASTCALL is always empty after the x86 removal. 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>
This commit is contained in:

committed by
Ingo Molnar

parent
6b7d190b14
commit
56c4da454d
2
fs/aio.c
2
fs/aio.c
@@ -397,7 +397,7 @@ void fastcall __put_ioctx(struct kioctx *ctx)
|
||||
* This prevents races between the aio code path referencing the
|
||||
* req (after submitting it) and aio_complete() freeing the req.
|
||||
*/
|
||||
static struct kiocb *FASTCALL(__aio_get_req(struct kioctx *ctx));
|
||||
static struct kiocb *__aio_get_req(struct kioctx *ctx);
|
||||
static struct kiocb fastcall *__aio_get_req(struct kioctx *ctx)
|
||||
{
|
||||
struct kiocb *req = NULL;
|
||||
|
Reference in New Issue
Block a user