diff options
author | Sachin P. Sant <sachinp@in.ibm.com> | 2006-12-14 15:08:29 +0530 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2006-12-15 15:24:59 +0900 |
commit | bac7bfac708e63f9e974b742aad79e08e43f7cb5 (patch) | |
tree | e01c8bbea797d72b9d275b7fb1f9a4a848034c51 /util_lib/sha256.c | |
parent | d4bd5d52f7d1e702c11a9e8070d74de2aaead7af (diff) |
Dynamic memory allocation : ppc64 kexec tools Cleanup
kexec tools for ppc64 uses static arrays [of length MAX_MEMORY_RANGES] to
store data related to memory regions. This used to eat up lot's of memory.
There were some instances where more memory regions existed, which made
kexec tools unusable on those machines. The following patch gets rid of
MAX_MEMORY_RANGES macro and uses dynamic memory allocation for the
above mentioned structures.
Signed-off-by: Sachin Sant <sachinp@in.ibm.com>
Removed trailing whitespace
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'util_lib/sha256.c')
0 files changed, 0 insertions, 0 deletions