]> xenbits.xensource.com Git - xen.git/commit
x86: clean up mm.c and cache 'current' where appropriate.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 4 Dec 2007 11:04:57 +0000 (11:04 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 4 Dec 2007 11:04:57 +0000 (11:04 +0000)
commit8a367d004ddc80a6a4fcef0a3dce77a4d61698a4
treec192ac05b7223cc99e0dee2662371b2171038314
parent97c0f50522231f292971889e4587c4ac82e4458e
x86: clean up mm.c and cache 'current' where appropriate.

Attached patch caches current vcpu and current->domain where
appropriate. Make mod_l4_entry() definition matching with
mod_l?_entry(). Since current->domain was always passed to it, this
has no functional change.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
xen/arch/x86/mm.c