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-users

[Xen-users] bind_listening_port_to_irqhandler() and notify_remote_via_ir

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] bind_listening_port_to_irqhandler() and notify_remote_via_irq() Gone
From: chrisbenninger <chrisbenninger@xxxxxxxxx>
Date: Sat, 8 Jan 2011 14:36:12 -0800
Delivery-date: Sat, 08 Jan 2011 14:38:02 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=abAMqB57bk6JAdWJzcB1ibrzKclMHtcMYvzVg6DCRaU=; b=KNSJUwVM8giZ8iwrl/I41Qf+hXk2QI3KPLtMEA1I0ZalrUug+Scw4kURcFs6vtIy9P 3/t5VB54dC78GpYLxE+bxUMyWGlxMRjQwwwhZOK2uxUO+iHGzWhFWcr8EmFKDF3XxW/0 uaHWGj2mp1zSk9/+ktpeuoU7LaX1vuMs2Jgb0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=rpcM4ENeTfHZUARNIbz61bFmjjW/Gh41Gc39I2qJWE7NNSAgo86w+obV/VEcTypuI3 F1NyJDhVdOPp79pOu5D69oAtZ968z6A1mOMe+uNbacXP33y15bx5vKVfBeLFVZCECP3k BdB+RZsL+oCvM0KvTtHBLI6sAVdqqY2aCZSu4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi, I am not sure whether this is the right place to ask this question but here it goes.

I am writing some experimental kernel modules and recently migrated from kernel 2.6.31.10 to 2.6.32.27. It seems some functions such as: bind_listening_port_to_irqhandler() and notify_remote_via_irq() are deprecated. What are their replacments? I cannot find them and get my code working on this new kernel. 

Thanks

Chris Benninger
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] bind_listening_port_to_irqhandler() and notify_remote_via_irq() Gone, chrisbenninger <=