Revision 55a54f79e091d52c3c2835985c347ea4d2e1c21f authored by Avi Kivity on 30 December 2006, 00:49:58 UTC, committed by Linus Torvalds on 30 December 2006, 18:56:44 UTC
__free_page() doesn't like a NULL argument, so check before calling it.  A
NULL can only happen if memory is exhausted during allocation of a memory
slot.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent c68876f
History
File Mode Size
boot
configs
kernel
lib
mm
platform-iss
Kconfig -rw-r--r-- 6.6 KB
Kconfig.debug -rw-r--r-- 61 bytes
Makefile -rw-r--r-- 2.4 KB

back to top