login
Header Space

 
 

Re: [PATCH] arm: Remove redundant display of free swap space in show_mem()

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linux Kernel Mailing List <linux-kernel@...>
Cc: Jesper Juhl <trivial@...>, Russell King <rmk@...>, Lennert Buytenhek <kernel@...>
Date: Monday, March 10, 2008 - 4:16 pm

Hi,

apologies to the arm people who got the full thing now.  I obviously
failed the git-send-email test.

-- original introduction

show_mem() has no need to print the amount of free swap space manually
in show_mem(), show_free_areas() does this already.

I have only x86 boxen to test on but the patches are trivial.

 arch/alpha/mm/init.c     |    1 -
 arch/alpha/mm/numa.c     |    1 -
 arch/arm/mm/init.c       |    2 --
 arch/cris/mm/init.c      |    1 -
 arch/ia64/mm/contig.c    |    2 --
 arch/ia64/mm/discontig.c |    2 --
 arch/m32r/mm/init.c      |    2 --
 arch/m68k/mm/init.c      |    1 -
 arch/mips/mm/pgtable.c   |    1 -
 arch/parisc/mm/init.c    |    2 --
 arch/powerpc/mm/mem.c    |    1 -
 arch/ppc/mm/init.c       |    1 -
 arch/s390/mm/init.c      |    1 -
 arch/sh/mm/init.c        |    1 -
 arch/sparc/mm/init.c     |    2 --
 arch/sparc64/mm/init.c   |    2 --
 arch/um/kernel/mem.c     |    2 --
 arch/x86/mm/init_64.c    |    3 ---
 arch/x86/mm/pgtable_32.c |    1 -
 arch/xtensa/mm/init.c    |    1 -
 20 files changed, 0 insertions(+), 30 deletions(-)

	Hannes
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] arm: Remove redundant display of free swap space..., Johannes Weiner, (Mon Mar 10, 4:16 pm)
speck-geostationary