]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7cb7ad6a5d03b06448c6504fd7b75508f1ced586
tree894993458a343675e88111d0603ee8e2c8dc4ced
parent23f7829c8cd03ab27249b2461e30f303fd6746db
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