kernel: remove fastcall in kernel/*

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
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:53 -08:00
committed by Linus Torvalds
parent fc9b52cd8f
commit 7ad5b3a505
12 changed files with 67 additions and 68 deletions
+2 -2
View File
@@ -458,7 +458,7 @@ struct files_struct *get_files_struct(struct task_struct *task)
return files;
}
void fastcall put_files_struct(struct files_struct *files)
void put_files_struct(struct files_struct *files)
{
struct fdtable *fdt;
@@ -887,7 +887,7 @@ static inline void exit_child_reaper(struct task_struct *tsk)
zap_pid_ns_processes(tsk->nsproxy->pid_ns);
}
fastcall NORET_TYPE void do_exit(long code)
NORET_TYPE void do_exit(long code)
{
struct task_struct *tsk = current;
int group_dead;