Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-17 Thread Ingo Molnar
* Huang, Ying <[EMAIL PROTECTED]> wrote: > > > And here's most of the cause: > > > > > > 02b8 0124 T early_ioremap > > > 1000 1000 t bm_pte > > > 2000 0004 T early_ioremap_debug > > > > > > static __initdata pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] > > >

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-17 Thread Huang, Ying
On Sun, 2008-02-17 at 19:09 +, Ian Campbell wrote: > On Fri, 2008-02-15 at 17:17 -0600, Matt Mackall wrote: > > On Fri, 2008-02-15 at 15:21 -0600, Matt Mackall wrote: > > > On Fri, 2008-02-15 at 21:32 +0100, Sam Ravnborg wrote: > > > > On Fri, Feb 15, 2008 at 02:25:54PM -0600, Matt Mackall wrot

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-17 Thread Ingo Molnar
* Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > static __initdata int after_paging_init; > > -static __initdata pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] > > - __attribute__((aligned(PAGE_SIZE))); > > +static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] > > Replace > > +

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-17 Thread Sam Ravnborg
On Sun, Feb 17, 2008 at 07:09:42PM +, Ian Campbell wrote: > > On Fri, 2008-02-15 at 17:17 -0600, Matt Mackall wrote: > > On Fri, 2008-02-15 at 15:21 -0600, Matt Mackall wrote: > > > On Fri, 2008-02-15 at 21:32 +0100, Sam Ravnborg wrote: > > > > On Fri, Feb 15, 2008 at 02:25:54PM -0600, Matt Ma

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-17 Thread Ian Campbell
On Fri, 2008-02-15 at 17:17 -0600, Matt Mackall wrote: > On Fri, 2008-02-15 at 15:21 -0600, Matt Mackall wrote: > > On Fri, 2008-02-15 at 21:32 +0100, Sam Ravnborg wrote: > > > On Fri, Feb 15, 2008 at 02:25:54PM -0600, Matt Mackall wrote: > > > > In 2.6.24 defconfig, my build stats show ioremap_32

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-15 Thread Matt Mackall
On Fri, 2008-02-15 at 15:21 -0600, Matt Mackall wrote: > On Fri, 2008-02-15 at 21:32 +0100, Sam Ravnborg wrote: > > On Fri, Feb 15, 2008 at 02:25:54PM -0600, Matt Mackall wrote: > > > In 2.6.24 defconfig, my build stats show ioremap_32.o was 1.8k. In > > > 2.6.25-rc1, the unified ioremap.o is 20.8

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-15 Thread Matt Mackall
On Fri, 2008-02-15 at 21:32 +0100, Sam Ravnborg wrote: > On Fri, Feb 15, 2008 at 02:25:54PM -0600, Matt Mackall wrote: > > In 2.6.24 defconfig, my build stats show ioremap_32.o was 1.8k. In > > 2.6.25-rc1, the unified ioremap.o is 20.8k. > > Just an observation - 17 commits touches said file afte

Re: arch/x86/mm/ioremap unification grew by 10x

2008-02-15 Thread Sam Ravnborg
On Fri, Feb 15, 2008 at 02:25:54PM -0600, Matt Mackall wrote: > In 2.6.24 defconfig, my build stats show ioremap_32.o was 1.8k. In > 2.6.25-rc1, the unified ioremap.o is 20.8k. Just an observation - 17 commits touches said file after the unification (at least in latest -linus). Sam -- To

arch/x86/mm/ioremap unification grew by 10x

2008-02-15 Thread Matt Mackall
In 2.6.24 defconfig, my build stats show ioremap_32.o was 1.8k. In 2.6.25-rc1, the unified ioremap.o is 20.8k. -- Mathematics is the supreme nostalgia of our time. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majord