From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754228AbZA3JV6 (ORCPT ); Fri, 30 Jan 2009 04:21:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752169AbZA3JVm (ORCPT ); Fri, 30 Jan 2009 04:21:42 -0500 Received: from ti-out-0910.google.com ([209.85.142.185]:12638 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752092AbZA3JVl (ORCPT ); Fri, 30 Jan 2009 04:21:41 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=nWczH/MdIZ07CQKKJor0P7GaQHSELwU7n58WfelySfh6pgFYIyHPBO9dkPV4NUJZx2 UdWNIdKmNyAPsGVSQon0WXUqwdvsH4LOVaN271r/OxUsIwDQZNwl6etVIYkydYi2mW6c /2Q98XlWhFFcx9BgvsjCJlXLvkjDk9BKbTLJQ= Date: Fri, 30 Jan 2009 17:21:15 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: LKML Cc: Andrew Morton Subject: [trival patch] x86: remove unless include and comments Message-ID: <20090130092115.GB16225@hack.private> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: WANG Cong --- 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 - #include #include #include @@ -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;