commit | 021740dc30d184e3b0fa7679936e65a56090c425 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Tue Apr 19 13:29:18 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org.(none)> | Tue Apr 19 13:29:18 2005 -0700 |
tree | c31bd23fe74038b4bab5148e17e07745b75b453d | |
parent | 146425a316fb937fbdcac018b34a23c67d12214b [diff] |
[PATCH] freepgt: hugetlb area is clean Once we're strict about clearing away page tables, hugetlb_prefault can assume there are no page tables left within its range. Since the other arches continue if !pte_none here, let i386 do the same. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>