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

Re: [Xen-devel] incompatible prototypes

To: PUCCETTI Armand <armand.puccetti@xxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] incompatible prototypes
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Fri, 27 Apr 2007 09:34:03 +0100
Delivery-date: Fri, 27 Apr 2007 01:32:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4631B313.1040006@xxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AceIps93DhxwqvSaEduJFwAX8io7RQ==
Thread-topic: [Xen-devel] incompatible prototypes
User-agent: Microsoft-Entourage/11.3.3.061214


On 27/4/07 09:23, "PUCCETTI Armand" <armand.puccetti@xxxxxx> wrote:

> Also, it seems that in the declaration part (file vmx.c:1966) of the
> following fct, some
> extern are missing, and that the functions smp_event_check_interrupt and
> smp_call_function_interrupt
> are also incompatible with their body (in file smp.c:326 and smp.c:332)

Extern is optional on function prototypes. Asmlinkage defines away to
nothing. So there's a lack of consistency, but nothing incorrect.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

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