git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b3092
)
[POWERPC] Fix return from pte_alloc_one() in out-of-memory case
author
Akinobu Mita
<mita@fixstars.com>
Tue, 29 May 2007 10:46:51 +0000
(20:46 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 2 Jun 2007 11:01:56 +0000
(21:01 +1000)
pte_alloc_one() is expected to return NULL if out of memory.
But it returns virt_to_page(NULL), which is not NULL.
This fixes it.
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Akinobu Mita <mita@fixstars.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found