From: Ingo Molnar <mingo@elte.hu>
To: "Américo Wang" <xiyou.wangcong@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>,
the arch/x86 maintainers <x86@kernel.org>
Subject: Re: [trival patch] x86: remove unless include and comments
Date: Fri, 30 Jan 2009 14:40:25 +0100 [thread overview]
Message-ID: <20090130134025.GA16068@elte.hu> (raw)
In-Reply-To: <20090130092115.GB16225@hack.private>
* Américo Wang <xiyou.wangcong@gmail.com> wrote:
>
> Signed-off-by: WANG Cong <wangcong@zeuux.org>
>
> ---
> 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, ®s, 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
prev parent reply other threads:[~2009-01-30 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-30 9:21 [trival patch] x86: remove unless include and comments Américo Wang
2009-01-30 13:40 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090130134025.GA16068@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=x86@kernel.org \
--cc=xiyou.wangcong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.