Skip to content

Commit

Permalink
[PATCH] fastcall still doesn't make sense in paravirt
Browse files Browse the repository at this point in the history
Andi had removed a bunch of those, but one more had creeped in...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 14, 2007
1 parent 89952d1 commit 192cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-i386/paravirt.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct paravirt_ops
void (*flush_tlb_kernel)(void);
void (*flush_tlb_single)(u32 addr);

void (fastcall *map_pt_hook)(int type, pte_t *va, u32 pfn);
void (*map_pt_hook)(int type, pte_t *va, u32 pfn);

void (*alloc_pt)(u32 pfn);
void (*alloc_pd)(u32 pfn);
Expand Down

0 comments on commit 192cd59

Please sign in to comment.