WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] irq_enter/irq_exit undeclared in efi/runtime.c

To: Jan Beulich <jbeulich@xxxxxxxxxx>
Subject: [Xen-devel] irq_enter/irq_exit undeclared in efi/runtime.c
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Thu, 14 Jul 2011 12:28:11 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 14 Jul 2011 03:28:52 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1310639297; l=541; s=domk; d=aepfle.de; h=Content-Type:MIME-Version:Subject:Cc:To:From:Date:X-RZG-CLASS-ID: X-RZG-AUTH; bh=+eapLdvzaG4n62aV1JXutooZFYw=; b=efSn9EgtMwTFMj7pbjguV2c0KD3KhmQOZ54XVC5tOr30rL8UntDDadXrTl3POO8ETDk kFycYj/Ks/OodYSuARxAnKJxCjEACwfe2Qf/hExEHBLl1UxgbSouvIvnac6vViG2e54y6 6TlM8WZ7yfjohTUycm5c4n3EGYGNljfb7nI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.21.rev5535 (2011-07-01)
Current xen-unstable fails to compile with gcc 4.6:

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

<Prev in Thread] Current Thread [Next in Thread>