linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: + kconfigurable-resources-arch-dependent-changes-arch-a-i.patch added to -mm tree
       [not found] <200605110400.k4B404Oh002720@shell0.pdx.osdl.net>
@ 2006-05-11  4:46 ` KAMEZAWA Hiroyuki
  0 siblings, 0 replies; only message in thread
From: KAMEZAWA Hiroyuki @ 2006-05-11  4:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, vgoyal, greg, mm-commits

On Wed, 10 May 2006 20:57:19 -0700
akpm@osdl.org wrote:

> diff -puN arch/i386/Kconfig~kconfigurable-resources-arch-dependent-changes-arch-a-i arch/i386/Kconfig
> --- devel/arch/i386/Kconfig~kconfigurable-resources-arch-dependent-changes-arch-a-i	2006-05-10 20:57:18.000000000 -0700
> +++ devel-akpm/arch/i386/Kconfig	2006-05-10 20:57:18.000000000 -0700
> @@ -754,6 +754,13 @@ config PHYSICAL_START
>  
>  	  Don't change this unless you know what you are doing.
>  
> +config RESOURCES_32BIT
> +	bool "32 bit Memory and IO resources (EXPERIMENTAL)"
> +	depends on EXPERIMENTAL
> +	help
> +	  By default resources are 64 bit. This option allows memory and IO
> +	  resources to be 32 bit to optimize code size.
> +

Could you modify
- depends on EXPERIMENTAL
- depends on EXPERIMENTAL && !X86_PAE ?

In legacy_init_iomem_resources()(/arch/i386/kernel/setup.c)

	res->start = e820.map[i].addr;
	res->end = res->start + e820.map[i].size - 1;

e820.map[i].addr is unsigned long long.

-Kame



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-11  4:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200605110400.k4B404Oh002720@shell0.pdx.osdl.net>
2006-05-11  4:46 ` + kconfigurable-resources-arch-dependent-changes-arch-a-i.patch added to -mm tree KAMEZAWA Hiroyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).