All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/17] sparc: nr_free_pages() is unsigned long
@ 2007-03-14  9:18 Al Viro
  2007-03-14 15:06 ` William Lee Irwin III
  0 siblings, 1 reply; 3+ messages in thread
From: Al Viro @ 2007-03-14  9:18 UTC (permalink / raw)
  To: torvalds; +Cc: davem, linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 arch/sparc/mm/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc/mm/init.c b/arch/sparc/mm/init.c
index c85ddf3..a532922 100644
--- a/arch/sparc/mm/init.c
+++ b/arch/sparc/mm/init.c
@@ -75,7 +75,7 @@ void show_mem(void)
 	printk("Free swap:       %6ldkB\n",
 	       nr_swap_pages << (PAGE_SHIFT-10));
 	printk("%ld pages of RAM\n", totalram_pages);
-	printk("%d free pages\n", nr_free_pages());
+	printk("%ld free pages\n", nr_free_pages());
 #if 0 /* undefined pgtable_cache_size, pgd_cache_size */
 	printk("%ld pages in page table cache\n",pgtable_cache_size);
 #ifndef CONFIG_SMP
-- 
1.5.0-rc2.GIT



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 6/17] sparc: nr_free_pages() is unsigned long
  2007-03-14  9:18 [PATCH 6/17] sparc: nr_free_pages() is unsigned long Al Viro
@ 2007-03-14 15:06 ` William Lee Irwin III
  2007-03-15  1:09   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: William Lee Irwin III @ 2007-03-14 15:06 UTC (permalink / raw)
  To: Al Viro; +Cc: torvalds, davem, linux-kernel

On Wed, Mar 14, 2007 at 09:18:50AM +0000, Al Viro wrote:
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  arch/sparc/mm/init.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Dave, I trust you'll pick it up until I get a git tree going.

Acked-by: William Irwin <wli@holomorphy.com>


-- wli

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 6/17] sparc: nr_free_pages() is unsigned long
  2007-03-14 15:06 ` William Lee Irwin III
@ 2007-03-15  1:09   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2007-03-15  1:09 UTC (permalink / raw)
  To: wli; +Cc: viro, torvalds, linux-kernel

From: William Lee Irwin III <wli@holomorphy.com>
Date: Wed, 14 Mar 2007 08:06:12 -0700

> On Wed, Mar 14, 2007 at 09:18:50AM +0000, Al Viro wrote:
> > Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> > ---
> >  arch/sparc/mm/init.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> Dave, I trust you'll pick it up until I get a git tree going.
> 
> Acked-by: William Irwin <wli@holomorphy.com>

What usually happens when Al sends a set like this is that
Linus picks it up directly, and I've just verified that this
is in fact what has happened this time too :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-15  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-14  9:18 [PATCH 6/17] sparc: nr_free_pages() is unsigned long Al Viro
2007-03-14 15:06 ` William Lee Irwin III
2007-03-15  1:09   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.