On Tue, Oct 30, 2007 at 06:13:16AM -0600, Matthew Wilcox wrote:
> On Tue, Oct 30, 2007 at 11:42:21AM +, Ralf Baechle wrote:
> > On Tue, Oct 30, 2007 at 02:37:19AM -0600, Matthew Wilcox wrote:
> > > On Mon, Oct 29, 2007 at 10:03:16PM -0500, Kumar Gala wrote:
> > > > same HW platform that you wan
On Oct 30, 2007, at 3:37 AM, Matthew Wilcox wrote:
On Mon, Oct 29, 2007 at 10:03:16PM -0500, Kumar Gala wrote:
The same is true on PPC32. Its a per platform thing. However, I'm
not sure if we could hide it from the user. There are cases on the
same HW platform that you want to run with jus
On Tue, Oct 30, 2007 at 06:13:16AM -0600, Matthew Wilcox wrote:
> > On Tue, Oct 30, 2007 at 02:37:19AM -0600, Matthew Wilcox wrote:
> > > On Mon, Oct 29, 2007 at 10:03:16PM -0500, Kumar Gala wrote:
> > > > same HW platform that you want to run with just 32-bit phys (for
> > > > performance).
> >
On Tue, Oct 30, 2007 at 11:42:21AM +, Ralf Baechle wrote:
> On Tue, Oct 30, 2007 at 02:37:19AM -0600, Matthew Wilcox wrote:
> > On Mon, Oct 29, 2007 at 10:03:16PM -0500, Kumar Gala wrote:
> > > same HW platform that you want to run with just 32-bit phys (for
> > > performance).
> >
> > Have
On Tue, Oct 30, 2007 at 02:37:19AM -0600, Matthew Wilcox wrote:
> On Mon, Oct 29, 2007 at 10:03:16PM -0500, Kumar Gala wrote:
> > The same is true on PPC32. Its a per platform thing. However, I'm
> > not sure if we could hide it from the user. There are cases on the
> > same HW platform th
On Mon, Oct 29, 2007 at 10:03:16PM -0500, Kumar Gala wrote:
> The same is true on PPC32. Its a per platform thing. However, I'm
> not sure if we could hide it from the user. There are cases on the
> same HW platform that you want to run with just 32-bit phys (for
> performance).
Have you
On Oct 29, 2007, at 9:48 PM, Ralf Baechle wrote:
On Sun, Oct 28, 2007 at 04:15:49PM -0400, Kyle McMartin wrote:
+++ b/mm/Kconfig
@@ -172,6 +172,7 @@ config MIGRATION
config RESOURCES_64BIT
bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT
&& EXPERIMENTAL)
+ depends
On Sun, Oct 28, 2007 at 04:15:49PM -0400, Kyle McMartin wrote:
> +++ b/mm/Kconfig
> @@ -172,6 +172,7 @@ config MIGRATION
>
> config RESOURCES_64BIT
> bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT &&
> EXPERIMENTAL)
> + depends on (MIPS || PPC32 || X86_PAE) || 64BIT
On Mon, Oct 29, 2007 at 11:21:52AM -0400, Kyle McMartin wrote:
> On Mon, Oct 29, 2007 at 08:10:10AM +, Russell King wrote:
> > May I suggest trying:
> >
> > $ grep RESOURCES_64BIT=y arch/*/configs/* arch/*/defconfig
> >
> > to locate those architectures which use this?
> >
> > FYI, that grep
On Mon, Oct 29, 2007 at 08:10:10AM +, Russell King wrote:
> On Sun, Oct 28, 2007 at 04:15:49PM -0400, Kyle McMartin wrote:
> > To quote lolcats: CONFIG_RESOURCES_64BIT DO NOT WANT!
> >
> > I *think* I have the logic of this right... Anyway, I was annoyed by
> > having to do the bloody ugly cas
On Sun, Oct 28, 2007 at 06:09:49PM -0700, David Miller wrote:
> From: Kyle McMartin <[EMAIL PROTECTED]>
> Date: Sun, 28 Oct 2007 16:15:49 -0400
>
> > To quote lolcats: CONFIG_RESOURCES_64BIT DO NOT WANT!
> >
> > I *think* I have the logic of this right... Anyway, I was annoyed by
> > having to do
On Sun, Oct 28, 2007 at 04:15:49PM -0400, Kyle McMartin wrote:
> To quote lolcats: CONFIG_RESOURCES_64BIT DO NOT WANT!
>
> I *think* I have the logic of this right... Anyway, I was annoyed by
> having to do the bloody ugly casts to unsigned long long in
> arch-specific code. As near as I can tell,
From: Kyle McMartin <[EMAIL PROTECTED]>
Date: Sun, 28 Oct 2007 16:15:49 -0400
> To quote lolcats: CONFIG_RESOURCES_64BIT DO NOT WANT!
>
> I *think* I have the logic of this right... Anyway, I was annoyed by
> having to do the bloody ugly casts to unsigned long long in
> arch-specific code. As nea
To quote lolcats: CONFIG_RESOURCES_64BIT DO NOT WANT!
I *think* I have the logic of this right... Anyway, I was annoyed by
having to do the bloody ugly casts to unsigned long long in
arch-specific code. As near as I can tell, we only want this selectable
in the case of PAE on x86, and some random
14 matches
Mail list logo