commit | 01ad1c0827db5b3695c53e296dbb2c1da16a0911 | [log] [tgz] |
---|---|---|
author | Andi Kleen <[email protected]> | Wed Jul 23 21:27:46 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jul 24 10:47:17 2008 -0700 |
tree | 80c46c00832094f2413ad97b8e1953018a71cc68 | |
parent | b54bbf7b81170f03597c17dd0b559e3006bc9868 [diff] |
mm: export prep_compound_page to mm hugetlb will need to get compound pages from bootmem to handle the case of them being greater than or equal to MAX_ORDER. Export the constructor function needed for this. Acked-by: Adam Litke <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Signed-off-by: Nick Piggin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>