Fix 'can we eat memory' check.
commited78f617f8329e3061f45586dacf930ffa651c7a
authorNigel Cunningham <nigel@suspend2.net>
Mon, 7 May 2007 01:46:11 +0000 (7 11:46 +1000)
committerNigel Cunningham <nigel@suspend2.net>
Mon, 7 May 2007 01:46:22 +0000 (7 11:46 +1000)
tree560228c9bf499670f5dbed6a9973b1353321c2b5
parent0f96952e0db3ef96d74e25b83a2feb110ea2e759
Fix 'can we eat memory' check.

The 'can we eat memory' check was wrongly checking for the image size limit
being > 0. We should check for anything but the 'don't eat anything' flag
so that we free memory if the image size limit is zero or -2 (drop caches)
and we need to free memory for some other reason.

Signed-off-by: Nigel Cunningham <nigel@suspend2.net>
kernel/power/prepare_image.c