diff options
Diffstat (limited to 'arch/mips/mm/pgtable.c')
| -rw-r--r-- | arch/mips/mm/pgtable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/pgtable.c b/arch/mips/mm/pgtable.c index 57df1c38e303..7dfa579ab24c 100644 --- a/arch/mips/mm/pgtable.c +++ b/arch/mips/mm/pgtable.c | |||
| @@ -12,7 +12,6 @@ void show_mem(void) | |||
| 12 | 12 | ||
| 13 | printk("Mem-info:\n"); | 13 | printk("Mem-info:\n"); |
| 14 | show_free_areas(); | 14 | show_free_areas(); |
| 15 | printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10)); | ||
| 16 | pfn = max_mapnr; | 15 | pfn = max_mapnr; |
| 17 | while (pfn-- > 0) { | 16 | while (pfn-- > 0) { |
| 18 | if (!pfn_valid(pfn)) | 17 | if (!pfn_valid(pfn)) |
