From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] more discontig fun
Date: Wed, 30 Jul 2003 23:53:35 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105960923109914@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105942849830042@msgid-missing>
On Wed, 30 Jul 2003 16:32:03 -0700,
jbarnes@sgi.com (Jesse Barnes) wrote:
>Does this look better? I'm sure there's more cleanup to do (and I'm not
>sure about how to do the Makefile thing for !CONFIG_DISCONTIGMEM), but
>it Works For Me (tm).
>--- a/arch/ia64/mm/Makefile Wed Jul 30 16:30:51 2003
>+++ b/arch/ia64/mm/Makefile Wed Jul 30 16:30:51 2003
>@@ -7,3 +7,6 @@
> obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
> obj-$(CONFIG_NUMA) += numa.o
> obj-$(CONFIG_DISCONTIGMEM) += discontig.o
>+ifndef CONFIG_DISCONTIGMEM
>+obj-y += contig.c
>+endif
# Include contig.c if CONFIG_DISCONTIGMEM is n or undefined
obj-$(subst $(CONFIG_DISCONTIGMEM),n,,)y += contig.c
next prev parent reply other threads:[~2003-07-30 23:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-28 21:35 [PATCH] more discontig fun Jesse Barnes
2003-07-30 17:17 ` Jesse Barnes
2003-07-30 23:32 ` Jesse Barnes
2003-07-30 23:53 ` Keith Owens [this message]
2003-07-30 23:56 ` Jesse Barnes
2003-07-31 0:32 ` David Mosberger
2003-07-31 20:28 ` Jesse Barnes
2003-08-04 23:27 ` David Mosberger
2003-08-04 23:30 ` Jesse Barnes
2003-09-08 18:31 ` Jesse Barnes
2003-09-08 18:41 ` Jesse Barnes
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=marc-linux-ia64-105960923109914@msgid-missing \
--to=kaos@ocs.com.au \
--cc=linux-ia64@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 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.