lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 21 Sep 2010 16:54:01 +0000 (10:54 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 21 Sep 2010 01:24:02 +0000 (10:54 +0930)
commit9b6efcd2e2275e13403700913b7a1da92cf11ad2
tree894993458a343675e88111d0603ee8e2c8dc4ced
parent65745422a898741ee0e7068ef06624ab06e8aefa
lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.

We used to have a hypercall which reloaded the entire GDT, then we
switched to one which loaded a single entry (to match the IDT code).

Some comments were not updated, so fix them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reported by: Eviatar Khen <eviatarkhen@gmail.com>
arch/x86/lguest/boot.c