Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Andi Kleen
Adrian Bunk wrote: > On Wed, Feb 13, 2008 at 02:27:47PM -0800, Harvey Harrison wrote: >> On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: >>> dump_pagetable() can now become static. >>> >>> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> >>> >> I believe Andi Kleen wanted this kept global to

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > On Wed, Feb 13, 2008 at 02:27:47PM -0800, Harvey Harrison wrote: > > On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: > > > dump_pagetable() can now become static. > > > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> thanks, applied. > > I

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Adrian Bunk
On Wed, Feb 13, 2008 at 02:27:47PM -0800, Harvey Harrison wrote: > On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: > > dump_pagetable() can now become static. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > > I believe Andi Kleen wanted this kept global to make it easy to use

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Arjan van de Ven
On Wed, 13 Feb 2008 23:31:31 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > dump_pagetable() can now become static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Arjan van de Ven <[EMAIL PROTECTED]> -- If you want to reach me at my work email, use [EMAIL PROTECTED] For

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Harvey Harrison
On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: > dump_pagetable() can now become static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > I believe Andi Kleen wanted this kept global to make it easy to use when adding debugging code elsewhere. Cheers, Harvey -- To unsubscribe from

[2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Adrian Bunk
dump_pagetable() can now become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/x86/mm/fault.c |2 +- include/asm-x86/kdebug.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) fe111b005768f97b9f83af7ad4014a77e7adc249 diff --git a/arch/x86/mm/fault.c

[2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Adrian Bunk
dump_pagetable() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- arch/x86/mm/fault.c |2 +- include/asm-x86/kdebug.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) fe111b005768f97b9f83af7ad4014a77e7adc249 diff --git a/arch/x86/mm/fault.c

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Harvey Harrison
On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: dump_pagetable() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] I believe Andi Kleen wanted this kept global to make it easy to use when adding debugging code elsewhere. Cheers, Harvey -- To unsubscribe from this

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Arjan van de Ven
On Wed, 13 Feb 2008 23:31:31 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: dump_pagetable() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Arjan van de Ven [EMAIL PROTECTED] -- If you want to reach me at my work email, use [EMAIL PROTECTED] For development,

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Adrian Bunk
On Wed, Feb 13, 2008 at 02:27:47PM -0800, Harvey Harrison wrote: On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: dump_pagetable() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] I believe Andi Kleen wanted this kept global to make it easy to use when adding

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Ingo Molnar
* Adrian Bunk [EMAIL PROTECTED] wrote: On Wed, Feb 13, 2008 at 02:27:47PM -0800, Harvey Harrison wrote: On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: dump_pagetable() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] thanks, applied. I believe Andi

Re: [2.6 patch] x86: make dump_pagetable() static

2008-02-13 Thread Andi Kleen
Adrian Bunk wrote: On Wed, Feb 13, 2008 at 02:27:47PM -0800, Harvey Harrison wrote: On Wed, 2008-02-13 at 23:31 +0200, Adrian Bunk wrote: dump_pagetable() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] I believe Andi Kleen wanted this kept global to make it easy to use