summaryrefslogtreecommitdiff
path: root/util_lib/sha256.c
diff options
context:
space:
mode:
authorSachin P. Sant <sachinp@in.ibm.com>2006-12-14 15:08:29 +0530
committerSimon Horman <horms@verge.net.au>2006-12-15 15:24:59 +0900
commitbac7bfac708e63f9e974b742aad79e08e43f7cb5 (patch)
treee01c8bbea797d72b9d275b7fb1f9a4a848034c51 /util_lib/sha256.c
parentd4bd5d52f7d1e702c11a9e8070d74de2aaead7af (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