>>> On 23.03.16 at 12:17, <julien.gr...@arm.com> wrote:
> Hi Jan,
> 
> On 23/03/16 08:19, Jan Beulich wrote:
>>>>> On 22.03.16 at 21:18, <konrad.w...@oracle.com> wrote:
>>> +    symbols_lookup_t *symbols_lookup;
>>> +
>>> +    struct {
>>> +        const struct bug_frame *bugs; /* The pointer to array of bug
>>> frames. */
>>> +        ssize_t n_bugs;         /* The number of them. */
>>> +    } frame[BUGFRAME_NR];
>>> +
>>> +#ifdef CONFIG_X86
>>> +    struct exception_table_entry *ex;
>>> +    struct exception_table_entry *ex_end;
>>> +#endif
>>
>> Would there be any harm omitting the #ifdef and leaving the
>> pointers be NULL on ARM?
> 
> The structure exception_table_entry is only defined for x86 
> (asm-x86/uaccess.h).

But the uses above are fine without the structure ever getting
defined.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to