commit | f6b83f070e9b7ad9075f7cc5646260e56c7d0219 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Mar 20 01:17:17 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 01:17:17 2006 -0800 |
tree | 48586ca4f4c75ee3862f63be332351e78f2d5476 | |
parent | 467418f3508b426adbc7df795ebf3baaed4fbefc [diff] |
[SPARC64]: Fix 2 bugs in huge page support. 1) huge_pte_offset() did not check the page table hierarchy elements as being empty correctly, resulting in an OOPS 2) Need platform specific hugetlb_get_unmapped_area() to handle the top-down vs. bottom-up address space allocation strategies. Signed-off-by: David S. Miller <davem@davemloft.net>