Re: [PATCH] 64bit Resource: finally enable 64bit resource sizes

From: Dave Jones
Date: Thu Jun 29 2006 - 16:44:58 EST


On Thu, Jun 29, 2006 at 01:42:06PM -0700, Chris Wedgwood wrote:
> what am i missing here?
>
> > --- a/arch/i386/Kconfig
> > +++ b/arch/i386/Kconfig
> > @@ -529,6 +529,7 @@ config X86_PAE
> > bool
> > depends on HIGHMEM64G
> > default y
> > + select RESOURCES_64BIT
> >
> > # Common NUMA Features
> > config NUMA
>
> this isn't a similar option for x86_64, so...


+config RESOURCES_64BIT
+ bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL)
+ default 64BIT
+ help
+ This option allows memory and IO resources to be 64 bit.


Dave

--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/