public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* Which architectures need 64-bit resources?
@ 2006-11-06 12:23 Matthew Wilcox
  2006-11-06 12:52 ` Arnd Bergmann
  2006-11-06 16:02 ` Ralf Baechle
  0 siblings, 2 replies; 8+ messages in thread
From: Matthew Wilcox @ 2006-11-06 12:23 UTC (permalink / raw)
  To: linux-arch

I have a patch sitting in the parisc tree which does:

 config RESOURCES_64BIT
-       bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPER
IMENTAL)
+       bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && !PARI
SC && EXPERIMENTAL)
        default 64BIT

This is a bit selfish really, and it'll lead to something pretty ugly and
unmaintainable ...

+       bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && !PARISC && !M68K && !AVR && !CRIS && !FRV && !H8300 && !M32R && !S390 && !SUPERH && !SPARC && !V850 && !XTENSA && EXPERIMENTAL)

at least if my understanding of those arches needs is correct.  Much better
to have the dependencies be positive:

+       bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && (ARM || X86 || MIPS || PPC) && EXPERIMENTAL)

Do I have that set of architectures right?  Any others that need 64 bit
resource types?  Any there that shouldn't be there?  Should we ditch
the EXPERIMENTAL tag at the same time?

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

end of thread, other threads:[~2006-11-07  9:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-06 12:23 Which architectures need 64-bit resources? Matthew Wilcox
2006-11-06 12:52 ` Arnd Bergmann
2006-11-06 16:02 ` Ralf Baechle
2006-11-06 16:32   ` Matthew Wilcox
2006-11-06 17:13     ` Ralf Baechle
2006-11-07  1:37     ` Geert Uytterhoeven
2006-11-07  3:33       ` Matthew Wilcox
2006-11-07  9:36     ` Russell King

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