Re: [trival patch] x86: remove unless include and comments

From: Ingo Molnar
Date: Fri Jan 30 2009 - 08:40:57 EST



* Américo Wang <xiyou.wangcong@xxxxxxxxx> wrote:

>
> Signed-off-by: WANG Cong <wangcong@xxxxxxxxx>
>
> ---
> diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
> index a546f55..e306105 100644
> --- a/arch/x86/kernel/process_32.c
> +++ b/arch/x86/kernel/process_32.c
> @@ -9,8 +9,6 @@
> * This file handles the architecture-dependent parts of process handling..
> */
>
> -#include <stdarg.h>
> -

i've applied this bit to tip/x86/cleanups, thanks!

> @@ -631,9 +629,6 @@ asmlinkage int sys_vfork(struct pt_regs regs)
> return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.sp, &regs, 0, NULL, NULL);
> }
>
> -/*
> - * sys_execve() executes a new program.
> - */
> asmlinkage int sys_execve(struct pt_regs regs)
> {
> int error;

That's not really useless so i left it out.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/