Files
linux/arch
Jeremy Fitzhardinge cf0923ea29 xen: efficiently support a holey p2m table
When using sparsemem and memory hotplug, the kernel's pseudo-physical
address space can be discontigious.  Previously this was dealt with by
having the upper parts of the radix tree stubbed off.  Unfortunately,
this is incompatible with save/restore, which requires a complete p2m
table.

The solution is to have a special distinguished all-invalid p2m leaf
page, which we can point all the hole areas at.  This allows the tools
to see a complete p2m table, but it only costs a page for all memory
holes.

It also simplifies the code since it removes a few special cases.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-05-27 10:11:37 +02:00
..
2008-05-16 17:22:20 -04:00
2008-05-16 17:22:20 -04:00
2008-05-16 17:22:20 -04:00
2008-05-16 17:22:20 -04:00
2008-05-12 22:57:51 +10:00
2008-05-16 17:22:20 -04:00
2008-05-20 00:33:44 -07:00
2008-05-16 17:22:20 -04:00
2008-04-29 08:06:11 -07:00