>>> On 02.03.18 at 16:06, <jbeul...@suse.com> wrote:
>>>> On 21.02.18 at 15:02, <julien.gr...@arm.com> wrote:
>> --- a/xen/arch/x86/x86_64/mm.c
>> +++ b/xen/arch/x86/x86_64/mm.c
>> @@ -40,6 +40,10 @@ asm(".file \"" __FILE__ "\"");
>>  #include <asm/mem_sharing.h>
>>  #include <public/memory.h>
>>  
>> +/* Override macros from asm/page.h to make them work with mfn_t */
>> +#undef page_to_mfn
>> +#define page_to_mfn(pg) _mfn(__page_to_mfn(pg))
> 
> I can't spot where this is needed in this file.

Oh, I'm sorry, I should have looked at the file as well, not just
at the hunks in the patch.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to