From: Glauber de Oliveira Costa Date: Mon, 7 Jan 2008 13:05:33 +0000 (-0200) Subject: lguest: replace lguest_arch with lg_cpu_arch. X-Git-Tag: v2.6.25-rc1~1135^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc708b3e407dfd2e12ba9a6cf35bd0bffad1796d;p=pandora-kernel.git lguest: replace lguest_arch with lg_cpu_arch. The fields found in lguest_arch are not really per-guest, but per-cpu (gdt, idt, etc). So this patch turns lguest_arch into lg_cpu_arch. It makes sense to have a per-guest per-arch struct, but this can be addressed later, when the need arrives. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Rusty Russell --- Reading git-diff-tree failed