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] ERROR while declaring tasklet

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] ERROR while declaring tasklet
From: "Srujan D. Kotikela" <ksrujandas@xxxxxxxxx>
Date: Mon, 22 Nov 2010 12:44:51 -0600
Delivery-date: Mon, 22 Nov 2010 10:46:04 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=t2CQFvx8+WFwCTsD0SW4HdIBTMGl2cwoKH+cHSUcF1w=; b=IGoicQWCwq3Jjf9hj3HWWOIgcwPo/ZCO2Rv5yKpwrUlZJOQkNlVH9yFY1hnGa0hLj+ Qwg4RP/TW0gRE0Us61Hisqxr/1qxK02qobsd6B4uQsWhix5qn0aFRBxWZnJ00FbXrGyJ NKsqYiYug6O2ztkCxYRp9y0KoICy+tTuorLgg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m/eqfi8A6A0aGuUDFJeMRf1gw5TdkeTSrh/54o47PTuEOiRxyYCG+/5/+6cAbdTZha bZI1G8z79zr0Tz8/ifLRVMLK3FPQTmyYhWBYJRgwMHdmy2YKZEpu3W59zGxIUL2gAbdw 79dNGTUjl31fAv7m3mgeJdYVQgoy6oolDVqoU=
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
Hi,

I have sent a VIRQ to dom0 from XEN in version 3.4.3

I tried to port this code to a xen version 3.2.1 

It seems like there is DECLARE_TASKLET and tasklet_schedule functions available in 3.2.1

This is the line that's giving me error - static DECLARE_TASKLET(vbase_notify_dom0_tasklet, vbase_notify_dom0, 0);

Is there any work around for this?

--
Srujan D. Kotikela
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] ERROR while declaring tasklet, Srujan D. Kotikela <=