On 16/02/16 15:04, Jan Beulich wrote:
On 16.02.16 at 14:02, wrote:
>> Some constants defined in xen/include/public/xen.h are not usable in
>> assembler sources as they are either defined with "U" or "UL" suffixes
>> or they are inside #ifndef __ASSEMBLY__ areas.
>>
>> Change this as grub2 cou
>>> On 16.02.16 at 14:02, wrote:
> Some constants defined in xen/include/public/xen.h are not usable in
> assembler sources as they are either defined with "U" or "UL" suffixes
> or they are inside #ifndef __ASSEMBLY__ areas.
>
> Change this as grub2 could make use of those definitions.
>
> Sign
Some constants defined in xen/include/public/xen.h are not usable in
assembler sources as they are either defined with "U" or "UL" suffixes
or they are inside #ifndef __ASSEMBLY__ areas.
Change this as grub2 could make use of those definitions.
Signed-off-by: Juergen Gross
---
xen/include/publi