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:
a2dfef6
)
[PATCH] hugetlbpage: return VM_FAULT_OOM on oom
author
Christoph Lameter
<clameter@engr.sgi.com>
Tue, 7 Feb 2006 20:58:30 +0000
(12:58 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 8 Feb 2006 00:12:31 +0000
(16:12 -0800)
Remove wrong and misleading comments.
Return VM_FAULT_OOM if the hugetlbpage fault handler cannot allocate a
page. do_no_page will end up doing do_exit(SIGKILL).
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found