|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] irq_enter/irq_exit undeclared in efi/runtime.c
On 14/07/2011 11:28, "Olaf Hering" <olaf@xxxxxxxxx> wrote:
>
> Current xen-unstable fails to compile with gcc 4.6:
Builds for me with 4.6.
-- Keir
> runtime.c: In function 'efi_rs_enter':
> runtime.c:45:5: error: implicit declaration of function 'irq_enter'
> [-Werror=implicit-function-declaration]
> runtime.c:45:5: error: nested extern declaration of 'irq_enter'
> [-Werror=nested-externs]
> runtime.c: In function 'efi_rs_leave':
> runtime.c:75:5: error: implicit declaration of function 'irq_exit'
> [-Werror=implicit-function-declaration]
> runtime.c:75:5: error: nested extern declaration of 'irq_exit'
> [-Werror=nested-externs]
>
> Olaf
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|