>>> On 09.06.15 at 16:08, <konrad.w...@oracle.com> wrote: >> @@ -1220,6 +1224,9 @@ void __init efi_init_memory(void) >> #define EFI_MEMORY_RP 0x0000000000002000 >> #define EFI_MEMORY_XP 0x0000000000004000 >> +#define EFI_MEMORY_RO 0x0000000000020000 >> + >> +#define EFI_MEMORY_NV 0x0000000000008000 >> +#define EFI_MEMORY_MORE_RELIABLE 0x0000000000010000 > > Those two are new (NV, MORE_RELIABLE), should they be part > of a different patch? Or if they are part of the new spec > just mention in the commit that you are adding it in for > future use?
Added "Along with EFI_MEMORY_RO also add the two other new EFI_MEMORY_* definitions, even if we don't need them right away." Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel