misc: removal of final callers using fastcall

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:
Harvey Harrison 2008-02-08 04:19:57 -08:00 committed by Linus Torvalds
parent 144b2a9146
commit edde08f2a8
3 changed files with 5 additions and 5 deletions

View file

@ -1451,7 +1451,7 @@ try_next_zone:
/*
* This is the 'heart' of the zoned buddy allocator.
*/
struct page * fastcall
struct page *
__alloc_pages(gfp_t gfp_mask, unsigned int order,
struct zonelist *zonelist)
{