commit | dd7ccbd3eed52a42dc8bba57717dac3ece39b58e | [log] [tgz] |
---|---|---|
author | Mike Kravetz <kravetz@us.ibm.com> | Fri Nov 04 15:19:32 2005 -0800 |
committer | Paul Mackerras <paulus@samba.org> | Tue Nov 08 15:17:19 2005 +1100 |
tree | a6ff81f591fec7318bffd3e666d2949544cd932c | |
parent | 54b79248b24610663298e122c6ba3804468271fe [diff] |
[PATCH] Memory Add Fixes for ppc64 memmap_init_zone() sets page count to 1. Before 'freeing' the page, we need to clear the count. This is the same that is done on free_all_bootmem_core() for memory discovered at boot time. Signed-off-by: Mike Kravetz <kravetz@us.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>