commit | fa2b4e54d41f3c9f1bee6a7d63ecd4f0ab161e89 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 29 18:19:59 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Nov 30 15:34:03 2010 +1100 |
tree | 2f13ba49e5062284e6a3fb20ca5b0c5947e823c4 | |
parent | e49e2e87235518c21b1f5228809209831e6169e7 [diff] |
powerpc/nvram: Improve partition removal Existing code is nasty, has bugs etc... rewrite the function more simply, and make it take the signature and optional name of the partitions to remove as arguments, thus making it a more generic utility. We also try to remove a log partition that we find and is too small rather than creating a duplicate. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>