commit | b226e462124522f2f23153daff31c311729dfa2f | [log] [tgz] |
---|---|---|
author | Mike Kravetz <kravetz@us.ibm.com> | Fri Dec 16 14:30:35 2005 -0800 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:14:22 2006 +1100 |
tree | c0cc2bbf0005098b348bdf25c84bff01cbd3beb6 | |
parent | 021c73354921a315ae2fceb1ad7807d1569a5a74 [diff] |
[PATCH] powerpc: don't add memory to empty node/zone The system will oops if an attempt is made to add memory to an empty node/zone. This patch prevents adding memory to an empty node. The code to dynamically add a node/zone is non-trivial. This patch is temporary and will be removed when the ability to dynamically add a node/zone is complete. Signed-off-by: Mike Kravetz <kravetz@us.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>