git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a53a35a
)
lguest: replace lguest_arch with lg_cpu_arch.
author
Glauber de Oliveira Costa
<gcosta@redhat.com>
Mon, 7 Jan 2008 13:05:33 +0000
(11:05 -0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 30 Jan 2008 11:50:11 +0000
(22:50 +1100)
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 <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found