diff options
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 2005-05-01 08:58:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 08:58:54 -0700 |
commit | c16993d9009b4311f0e6088af38844eabc8b5e5b (patch) | |
tree | b00000bc1f7eb3f76ad16a15ee57bfb5ea3d3fd4 /arch | |
parent | c45166be3cc666ce88fe623ad79276c943e74eff (diff) | |
download | linux-stable-c16993d9009b4311f0e6088af38844eabc8b5e5b.tar.gz linux-stable-c16993d9009b4311f0e6088af38844eabc8b5e5b.tar.bz2 linux-stable-c16993d9009b4311f0e6088af38844eabc8b5e5b.zip |
[PATCH] uml: inline empty proc
Cleanup: make an inline of this empty proc.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/kernel/process_kern.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/kernel/process_kern.c b/arch/um/kernel/process_kern.c index 1d719d5b4bb9..7a943696f950 100644 --- a/arch/um/kernel/process_kern.c +++ b/arch/um/kernel/process_kern.c @@ -161,10 +161,6 @@ void *get_current(void) return(current); } -void prepare_to_copy(struct task_struct *tsk) -{ -} - int copy_thread(int nr, unsigned long clone_flags, unsigned long sp, unsigned long stack_top, struct task_struct * p, struct pt_regs *regs) |