From: Glauber de Oliveira Costa Date: Mon, 7 Jan 2008 13:05:30 +0000 (-0200) Subject: lguest: map_switcher_in_guest() per-vcpu X-Git-Tag: v2.6.25-rc1~1135^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c78441cf4dd66f66e23dc085f0cc1e3e8669b96;p=pandora-kernel.git lguest: map_switcher_in_guest() per-vcpu The switcher needs to be mapped per-vcpu, because different vcpus will potentially have different page tables (they don't have to, because threads will share the same). So our first step is the make the function receive a vcpu struct Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Rusty Russell --- Reading git-diff-tree failed