From: Christoph Hellwig <hch@infradead.org>
To: Dave Airlie <airlied@linux.ie>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RFC/patch] macro_removal_agp_mtrr.diff
Date: Sat, 4 Sep 2004 11:11:31 +0100 [thread overview]
Message-ID: <20040904111131.A13593@infradead.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0409041053450.25475@skynet>; from airlied@linux.ie on Sat, Sep 04, 2004 at 11:02:38AM +0100
> +#define __OS_HAS_AGP (defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE))
This should be something like
#define __OS_HAS_AGP \
(defined(CONFIG_AGP) || \
(defined(CONFIG_AGP_MODULE) && defined(MODULE)))
else it's okay to me.
next prev parent reply other threads:[~2004-09-04 10:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-04 10:02 [RFC/patch] macro_removal_agp_mtrr.diff Dave Airlie
2004-09-04 10:11 ` Christoph Hellwig [this message]
2004-09-04 10:14 ` Arjan van de Ven
2004-09-04 10:21 ` Dave Airlie
2004-09-04 10:30 ` Dave Airlie
2004-09-04 10:36 ` Arjan van de Ven
2004-09-04 10:37 ` Arjan van de Ven
2004-09-04 13:23 ` Dave Airlie
2004-09-04 13:30 ` Arjan van de Ven
2004-09-04 15:47 ` Gene Heskett
2004-09-04 16:33 ` Alan Cox
2004-09-04 22:04 ` Lee Revell
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=20040904111131.A13593@infradead.org \
--to=hch@infradead.org \
--cc=airlied@linux.ie \
--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