From: Arnd Bergmann <arnd@arndb.de>
To: Jeff Dike <jdike@addtoit.com>
Cc: akpm@osdl.org, Blaisorblade <blaisorblade_spam@yahoo.it>,
linux-kernel@vger.kernel.org,
Bodo Stroesser <bstroesser@fujitsu-siemens.com>
Subject: Re: [PATCH] - UML - remove some dead code
Date: Mon, 15 Nov 2004 00:08:49 +0100 [thread overview]
Message-ID: <200411150008.51110.arnd@arndb.de> (raw)
In-Reply-To: <200411142304.iAEN4YbV013371@ccure.user-mode-linux.org>
[-- Attachment #1: Type: text/plain, Size: 538 bytes --]
On Maandag 15 November 2004 00:04, Jeff Dike wrote:
> Bodo pointed out that arch/um/kernel/skas/exec_user.c is dead code, so
> this removes it.
Speaking of dead code: I think you should be able to mostly get rid of
the KERNEL_CALL hack in include/asm-um/unistd.h, since all kernel syscalls
except execve are now gone.
It should be enough to have an out of line version of execve and do
#undef __KERNEL_SYSCALLS
#include "asm/arch/unistd.h"
extern int execve(const char *filename, char *const argv[],
char *const envp[]);
Arnd <><
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-11-14 23:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-14 23:04 Jeff Dike
2004-11-14 23:08 ` Arnd Bergmann [this message]
2004-11-15 2:11 ` [PATCH] - UML - cleanup include/asm-um/unistd.h Chris Wedgwood
2004-11-15 5:20 ` Jeff Dike
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=200411150008.51110.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=akpm@osdl.org \
--cc=blaisorblade_spam@yahoo.it \
--cc=bstroesser@fujitsu-siemens.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome