lkml.org 
[lkml]   [2008]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] ia64: Remove redundant display of free swap space in show_mem()

    nice.
    Thanks.

    Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>


    > Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
    > ---
    > arch/ia64/mm/contig.c | 2 --
    > arch/ia64/mm/discontig.c | 2 --
    > 2 files changed, 0 insertions(+), 4 deletions(-)
    >
    > diff --git a/arch/ia64/mm/contig.c b/arch/ia64/mm/contig.c
    > index 344f64e..0479661 100644
    > --- a/arch/ia64/mm/contig.c
    > +++ b/arch/ia64/mm/contig.c
    > @@ -45,8 +45,6 @@ void show_mem(void)
    >
    > printk(KERN_INFO "Mem-info:\n");
    > show_free_areas();
    > - printk(KERN_INFO "Free swap: %6ldkB\n",
    > - nr_swap_pages<<(PAGE_SHIFT-10));
    > printk(KERN_INFO "Node memory in pages:\n");
    > for_each_online_pgdat(pgdat) {
    > unsigned long present;
    > diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c
    > index ee5e68b..ffee1ea 100644
    > --- a/arch/ia64/mm/discontig.c
    > +++ b/arch/ia64/mm/discontig.c
    > @@ -522,8 +522,6 @@ void show_mem(void)
    >
    > printk(KERN_INFO "Mem-info:\n");
    > show_free_areas();
    > - printk(KERN_INFO "Free swap: %6ldkB\n",
    > - nr_swap_pages<<(PAGE_SHIFT-10));
    > printk(KERN_INFO "Node memory in pages:\n");
    > for_each_online_pgdat(pgdat) {
    > unsigned long present;
    > --
    > 1.5.2.2
    > --
    > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    > the body of a message to majordomo@vger.kernel.org
    > More majordomo info at http://vger.kernel.org/majordomo-info.html
    > Please read the FAQ at http://www.tux.org/lkml/





    \
     
     \ /
      Last update: 2008-03-11 05:57    [W:3.321 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site