Re: [Xen-devel] [PATCH] xen: random: Add missing include xen/cache.h

2015-01-29 Thread Ian Campbell
On Thu, 2015-01-29 at 13:32 +, Julien Grall wrote: > The commit f6c9698 " x86: allow reading MSR_IA32_TSC with XENPF_resource_op" > introduced a built regression on ARM platform. > > random.c:8:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before > ‘boot_random’ > unsigned int

[Xen-devel] [PATCH] xen: random: Add missing include xen/cache.h

2015-01-29 Thread Julien Grall
The commit f6c9698 " x86: allow reading MSR_IA32_TSC with XENPF_resource_op" introduced a built regression on ARM platform. random.c:8:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘boot_random’ unsigned int __read_mostly boot_random; ^ The define