diff options
| author | Christoph Lameter <[email protected]> | 2007-07-21 17:10:30 +0200 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-21 18:37:09 -0700 |
| commit | 34feb2c83beb3bdf13535a36770f7e50b47ef299 (patch) | |
| tree | 4abc3b0fe31495315f414677dcb5198967caa333 /include/linux | |
| parent | f0a7a5c93dfd1c0348dbbdb6f22cb82d99079c93 (diff) | |
x86_64: Quicklist support for x86_64
This adds caching of pgds and puds, pmds, pte. That way we can avoid costly
zeroing and initialization of special mappings in the pgd.
A second quicklist is useful to separate out PGD handling. We can carry the
initialized pgds over to the next process needing them.
Also clean up the pgd_list handling to use regular list macros. There is no
need anymore to avoid the lru field.
Move the add/removal of the pgds to the pgdlist into the constructor /
destructor. That way the implementation is congruent with i386.
Signed-off-by: Christoph Lameter <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: "Luck, Tony" <[email protected]>
Acked-by: William Lee Irwin III <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions