Re: [patch-2.4.0-test11] show_mem() to dump free pages

2000-11-21 Thread Tigran Aivazian
On Tue, 21 Nov 2000, Tigran Aivazian wrote: > Hi Linus, > > In arch/i386/mm/init.c:show_mem() we calculate the number of free pages > but don't printk it out. Therefore, we must either a) remove the variable > and the calculation or b) make use of it. I think b) is obviously better. > > The

[patch-2.4.0-test11] show_mem() to dump free pages

2000-11-21 Thread Tigran Aivazian
Hi Linus, In arch/i386/mm/init.c:show_mem() we calculate the number of free pages but don't printk it out. Therefore, we must either a) remove the variable and the calculation or b) make use of it. I think b) is obviously better. The patch below was tested under 2.4.0-test11. Regards, Tigran

[patch-2.4.0-test11] show_mem() to dump free pages

2000-11-21 Thread Tigran Aivazian
Hi Linus, In arch/i386/mm/init.c:show_mem() we calculate the number of free pages but don't printk it out. Therefore, we must either a) remove the variable and the calculation or b) make use of it. I think b) is obviously better. The patch below was tested under 2.4.0-test11. Regards, Tigran

Re: [patch-2.4.0-test11] show_mem() to dump free pages

2000-11-21 Thread Tigran Aivazian
On Tue, 21 Nov 2000, Tigran Aivazian wrote: Hi Linus, In arch/i386/mm/init.c:show_mem() we calculate the number of free pages but don't printk it out. Therefore, we must either a) remove the variable and the calculation or b) make use of it. I think b) is obviously better. The patch