include/linux: Remove all users of FASTCALL() macro
FASTCALL() is always expanded to empty, remove it. [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
aa02cd2d9b
commit
b3c9752868
@@ -171,10 +171,10 @@ extern unsigned int nr_free_pagecache_pages(void);
|
||||
|
||||
|
||||
/* linux/mm/swap.c */
|
||||
extern void FASTCALL(lru_cache_add(struct page *));
|
||||
extern void FASTCALL(lru_cache_add_active(struct page *));
|
||||
extern void FASTCALL(activate_page(struct page *));
|
||||
extern void FASTCALL(mark_page_accessed(struct page *));
|
||||
extern void lru_cache_add(struct page *);
|
||||
extern void lru_cache_add_active(struct page *);
|
||||
extern void activate_page(struct page *);
|
||||
extern void mark_page_accessed(struct page *);
|
||||
extern void lru_add_drain(void);
|
||||
extern int lru_add_drain_all(void);
|
||||
extern int rotate_reclaimable_page(struct page *page);
|
||||
|
Reference in New Issue
Block a user