Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Date: Wed, 14 Jun 2006 14:20:06 +0200 (CEST)
On Mon, 12 Jun 2006, Greg KH wrote:
From: Greg Kroah-Hartman <gregkh@xxxxxxx>
Introduce the Kconfig entry and actually switch to a 64bit value, if
wanted, for resource_size_t.
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 805b81f..22dcaa5 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -368,6 +368,13 @@ config 060_WRITETHROUGH
source "mm/Kconfig"
+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.
+
endmenu
Why is the default 64 bit? Because 32 bit became experimental?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
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/
- Follow-Ups:
- References:
- Reworked 64bit resource patches
- From: Greg KH
- [PATCH 01/16] 64bit resource: C99 changes for struct resource declarations
- From: Greg KH
- [PATCH 02/16] 64bit resource: fix up printks for resources in sound drivers
- From: Greg KH
- [PATCH 03/16] 64bit resource: fix up printks for resources in networks drivers
- From: Greg KH
- [PATCH 04/16] 64bit resource: fix up printks for resources in pci core and hotplug drivers
- From: Greg KH
- [PATCH 05/16] 64bit resource: fix up printks for resources in mtd drivers
- From: Greg KH
- [PATCH 06/16] 64bit resource: fix up printks for resources in ide drivers
- From: Greg KH
- [PATCH 07/16] 64bit resource: fix up printks for resources in video drivers
- From: Greg KH
- [PATCH 08/16] 64bit resource: fix up printks for resources in pcmcia drivers
- From: Greg KH
- [PATCH 09/16] 64bit resource: fix up printks for resources in arch and core code
- From: Greg KH
- [PATCH 10/16] 64bit resource: fix up printks for resources in misc drivers
- From: Greg KH
- [PATCH 11/16] 64bit resource: introduce resource_size_t for the start and end of struct resource
- From: Greg KH
- [PATCH 12/16] 64bit resource: change resource core to use resource_size_t
- From: Greg KH
- [PATCH 15/16] 64bit resource: change pci core and arch code to use resource_size_t
- From: Greg KH
- [PATCH 14/16] 64bit resource: change pnp core to use resource_size_t
- From: Greg KH
- [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
- From: Greg KH
- [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH
- Reworked 64bit resource patches
- Prev by Date: Re: Visionary ideas for SQL file systems
- Next by Date: Re: PATA: UDMA settings in Alans patch-2.6.17-rc4-ide1.gz better than with 2.6.17-rc6-mm2
- Previous by thread: [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):
Relevant Pages
|
|