Eric Auger <eric.auger@xxxxxxxxxx> writes: > get_gdt_base() and get_idt_base() only return the base address of the descriptor tables. Soon we will need to get the size as well. > Change the prototype of those functions so that they return the whole desc_ptr struct instead of the address field. > > Signed-off-by: Eric Auger <eric.auger@xxxxxxxxxx> Looks good for me. Thanks. Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx >