Re: [Xen-devel] [PATCH] x86/shadow: fix big-memory build

2015-04-23 Thread Tim Deegan
At 11:38 +0100 on 23 Apr (1429789126), Jan Beulich wrote: > Modifiers to the pointer passed into list_next_entry() are also being > applied to the macro's return type, and hence if the input pointer is > const-qualified a variable the result gets assigned to would also need > to be. As that doesn't

[Xen-devel] [PATCH] x86/shadow: fix big-memory build

2015-04-23 Thread Jan Beulich
Modifiers to the pointer passed into list_next_entry() are also being applied to the macro's return type, and hence if the input pointer is const-qualified a variable the result gets assigned to would also need to be. As that doesn't seem desirable here, drop the const qualifier on the input pointe