commit | 9b6efcd2e2275e13403700913b7a1da92cf11ad2 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Sep 21 10:54:01 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Sep 21 10:54:02 2010 +0930 |
tree | 894993458a343675e88111d0603ee8e2c8dc4ced | |
parent | 65745422a898741ee0e7068ef06624ab06e8aefa [diff] |
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>