This is leakage from ia64, which supports up to 256k pages.
> Maybe it doesn't make a difference....
>
> - swapping of large pages and making them pagecache-coherent is
> unpopular.
>
> Swapping them is easy, any time you hit a large PTE you unlarge it.
> This is what some of other large page implementations do. Basically
> the implementation is that set_pte() breaks apart large ptes when
> necessary.
As far as mm/*.c is concerned, there is no pte. It's just a vma
which is marked "don't touch" These pages aren't on the LRU, nothing
knows about them.
Apparently a page-table based representation could not be used by PPC.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/