From: Keir Fraser Date: Tue, 18 Mar 2008 10:53:20 +0000 (+0000) Subject: hvm: Remove incorrect comment from public save header. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14247^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=566fa0e0bfb4a864e1d52cafd9bb5d6412792863;p=xen.git hvm: Remove incorrect comment from public save header. Signed-off-by: Keir Fraser --- diff --git a/xen/include/public/arch-x86/hvm/save.h b/xen/include/public/arch-x86/hvm/save.h index a2b41f03b3..73b390998e 100644 --- a/xen/include/public/arch-x86/hvm/save.h +++ b/xen/include/public/arch-x86/hvm/save.h @@ -271,8 +271,7 @@ struct hvm_hw_lapic { DECLARE_HVM_SAVE_TYPE(LAPIC, 5, struct hvm_hw_lapic); struct hvm_hw_lapic_regs { - /* A 4k page of register state */ - uint8_t data[0x400]; + uint8_t data[1024]; }; DECLARE_HVM_SAVE_TYPE(LAPIC_REGS, 6, struct hvm_hw_lapic_regs);