dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/avr32/mm
Johannes Weiner 46244a2b3c avr32: use generic show_mem()
Remove arch-specific show_mem() in favor of the generic version.

This also removes the following redundant information display:

	- free pages, printed by show_free_areas()
	- pages in slabs, printed by show_free_areas()
	- pages in swapcache, printed by show_swap_cache_info()

where show_mem() calls show_free_areas(), which calls
show_swap_cache_info().

Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-07-26 12:00:10 -07:00
..
Makefile [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
cache.c [AVR32] Fix copy_to_user_page() breakage 2007-12-07 14:54:47 +01:00
clear_page.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
copy_page.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
dma-coherent.c [AVR32] Drop GFP_COMP for DMA memory allocations 2008-01-25 08:31:39 +01:00
fault.c avr32: Fix broken pte dump code in do_page_fault() 2008-02-13 14:44:04 +01:00
init.c avr32: use generic show_mem() 2008-07-26 12:00:10 -07:00
ioremap.c PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures 2008-07-24 10:47:21 -07:00
tlb.c avr32: Clean up and optimize the TLB operations 2008-07-02 11:01:28 +02:00