Searched hist:e66ddf1a4593d9bec8623782b94d7b50cc58cec5 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/mm/ |
H A D | Makefile | diff e66ddf1a4593d9bec8623782b94d7b50cc58cec5 Sat Jul 26 04:46:16 CEST 2008 Johannes Weiner <hannes@saeurebad.de> mips: use generic show_mem()
Remove arch-specific show_mem() in favor of the generic version.
This also removes the following redundant information display:
- pages in swapcache, printed by show_swap_cache_info()
where show_mem() calls show_free_areas(), which calls show_swap_cache_info().
And show_mem() does now actually print something on configurations with multiple nodes.
Signed-off-by: Johannes Weiner <hannes@saeurebad.de> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|