public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: Arun Sharma <arun.sharma@intel.com>
To: akpm@osdl.org
Cc: torvalds@osdl.org, arnd@arndb.de, linux-arch@vger.kernel.org
Subject: Re: [patch 1/1] generic 32 bit emulation for System-V IPC
Date: Tue, 16 Mar 2004 11:11:17 -0800	[thread overview]
Message-ID: <40575155.3070208@intel.com> (raw)
In-Reply-To: <200403152253.i2FMrSE09813@mail.osdl.org>

akpm@osdl.org wrote:
> 
> From: Arnd Bergmann <arnd@arndb.de>
> 
> Adds a generic implementation of 32 bit emulation for IPC system
> calls. The code is based on the existing implementations for sparc64,
> ia64, mips, s390, ppc and x86_64, which can subsequently be converted
> to use this.

Could we get rid of CONFIG_SYSVIPC_COMPAT and use something like:

--- linux-2.6-cvs/ipc/Makefile- 2004-03-16 10:53:48.000000000 -0800
+++ linux-2.6-cvs/ipc/Makefile  2004-03-16 10:53:49.000000000 -0800
@@ -4,5 +4,8 @@

  obj-y   := util.o

-obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
+ifeq ($(CONFIG_SYSVIPC),y)
+obj-$(CONFIG_COMPAT) += compat.o
+endif
+
  obj-$(CONFIG_SYSVIPC) += msg.o sem.o shm.o

	-Arun

  parent reply	other threads:[~2004-03-16 19:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-15 22:53 [patch 1/1] generic 32 bit emulation for System-V IPC akpm
2004-03-15 23:40 ` David S. Miller
2004-03-16 19:11 ` Arun Sharma [this message]
2004-03-16 19:18   ` Matthew Wilcox

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=40575155.3070208@intel.com \
    --to=arun.sharma@intel.com \
    --cc=akpm@osdl.org \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=torvalds@osdl.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