public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* more docprobe.c
@ 2002-05-02  8:30 Brendan J Simon
  2002-05-02  9:03 ` David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan J Simon @ 2002-05-02  8:30 UTC (permalink / raw)
  To: mtd

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-02  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-02  8:30 more docprobe.c Brendan J Simon
2002-05-02  9:03 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox