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:
d950b95
)
HWPOISON, hugetlb: fix unpoison for hugepage
author
Naoya Horiguchi
<n-horiguchi@ah.jp.nec.com>
Wed, 8 Sep 2010 01:19:40 +0000
(10:19 +0900)
committer
Andi Kleen
<ak@linux.intel.com>
Fri, 8 Oct 2010 07:32:45 +0000
(09:32 +0200)
Currently unpoisoning hugepages doesn't work correctly because
clearing PG_HWPoison is done outside if (TestClearPageHWPoison).
This patch fixes it.
Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found