Hi, On Mon, 19 Jun 2006, Geert Uytterhoeven wrote: > > --- linux-2.6.17-rc6-1M/mm/Kconfig~64bit-resources-modify-kconfig-options 2006-06-18 13:35:13.000000000 -0400 > > +++ linux-2.6.17-rc6-1M-vivek/mm/Kconfig 2006-06-18 13:35:13.000000000 -0400 > > @@ -145,3 +145,12 @@ config MIGRATION > > while the virtual addresses are not changed. This is useful for > > example on NUMA systems to put pages nearer to the processors accessing > > the page. > > + > > +config RESOURCES_64BIT > > + bool "64 bit Memory and IO resources (EXPERIMENTAL)" > > + depends on (EXPERIMENTAL && !64BIT) || 64BIT > > + default y if 64BIT > > it defaults to y if 64BIT. Roman? This should do it: config RESOURCES_64BIT bool "64 bit Memory and IO resources (EXPERIMENTAL)" if !64BIT && EXPERIMENTAL default 64BIT bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- References:
- [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
- From: Greg KH <[email protected]>
- [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
- Prev by Date: Re: About the fixes of /drivers/serial/8250.C in 2.6.17-rc6 for avoiding habbg-up
- Next by Date: KERNEL OOPS: Unable to handle kernel paging request at virtual address 6c000000
- Previous by thread: Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- Next by thread: Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- Index(es):