public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Brendan J Simon <brendan.simon@bigpond.com>
To: mtd <linux-mtd@lists.infradead.org>
Subject: more docprobe.c
Date: Thu, 02 May 2002 18:30:36 +1000	[thread overview]
Message-ID: <3CD0F92C.3010306@bigpond.com> (raw)

I also added the following:

#if (CONFIG_MTD_DOCPROBE_ADDRESS != 0)
    CONFIG_MTD_DOCPROBE_ADDRESS,
#elif defined(__alpha__) || defined(__i386__) || defined(__x86_64__)
...
#elif defined(__ppc__) || defined(__PPC__)
...
#elif defined(CONFIG_MOMENCO_OCELOT)
...



I think that the platform specific config option should be checked 
before (or within) the generic arch blocks.

#if (CONFIG_MTD_DOCPROBE_ADDRESS != 0)
    CONFIG_MTD_DOCPROBE_ADDRESS,
#elif defined(CONFIG_MOMENCO_OCELOT)
...
#elif defined(__alpha__) || defined(__i386__) || defined(__x86_64__)
...
#elif defined(__ppc__) || defined(__PPC__)
...


Regards,
Brendan Simon.

             reply	other threads:[~2002-05-02  8:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-02  8:30 Brendan J Simon [this message]
2002-05-02  9:03 ` more docprobe.c David Woodhouse

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=3CD0F92C.3010306@bigpond.com \
    --to=brendan.simon@bigpond.com \
    --cc=linux-mtd@lists.infradead.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