aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-06-17 18:09:37 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-17 18:09:37 -0700
commit309018baf0e8ea5f8b3f271c568d734164dd5e27 (patch)
tree36c8c40f184d20ed1fbc2b740333a026c317e429 /kernel
parenta95eaa039d562e3de5638200c2c0fbe6538650c9 (diff)
downloadhistory-309018baf0e8ea5f8b3f271c568d734164dd5e27.tar.gz
[PATCH] Make update_one_process() static
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index 3a8162b97f2243..56b315bc53cf1b 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -829,7 +829,7 @@ static inline void do_it_prof(struct task_struct *p)
}
}
-void update_one_process(struct task_struct *p, unsigned long user,
+static void update_one_process(struct task_struct *p, unsigned long user,
unsigned long system, int cpu)
{
do_process_times(p, user, system);