Re: [PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: yes but the early hang is very real so either my hardware is stubbornly ignoring that your patch is pure code movement (in which case i'll have to have a word or two with my hardware), or your patch is perhaps wrong somewhere ;-) I see what it is. set_pud on 32-bit need

Re: [PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Ingo Molnar
* Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: >> i bisected it down to this patch of yours. It's a bit large so it's >> not obvious what is happening. Could you please keep patches that do >> functional changes smaller? > > Will do, though this one is more or less pure code motion. But I ca

Re: [PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > random-qa found an early bootup hang on 32-bit (config attached). s/32-bit/64-bit Ingo -- 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.

Re: [PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: * Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: Common definitions for 4-level pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> --- arch/x86/mm/pgtable.c|7 ++ include/asm-x86/pgalloc.h| 46 +++

Re: [PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > random-qa found an early bootup hang on 32-bit (config attached). config attached now. Ingo # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24 # Sat Feb 2 10:53:28 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not se

Re: [PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Ingo Molnar
* Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: > Common definitions for 4-level pagetable functions. > > Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> > --- > arch/x86/mm/pgtable.c|7 ++ > include/asm-x86/pgalloc.h| 46 >

[PATCH 6 of 7] x86: move pud/pgd functions into common asm/pgalloc.h

2008-02-02 Thread Jeremy Fitzhardinge
Common definitions for 4-level pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> --- arch/x86/mm/pgtable.c|7 ++ include/asm-x86/pgalloc.h| 46 -- include/asm-x86/pgalloc_32.h | 24 - inc